|
Str() |
|
|
Purpose To convert a numeric expression to a character string Syntax Str( <nNumber> , <nLength> , <nDecimals> ) cNumber Arguments <nNumber> is the numeric value to convert <nLength> is the length of string to return including decimals and decimal point <nDecimals> number of decimals to return Returns Str() returns <nNumber> formatted as a character string.
|