|
NTrim() 
Convert a number to a character string and remove
all spacing.
Syntax
NTrim(<nNumber>,
[<nLength>], [<nDecimals>]) --> cNumber
Arguments
<nNumber> --> is the numeric expression
to convert to a character string.
<nLength> --> is the optional length of
the character string to return, including decimal digits, decimal
point, and sign.
<nDecimals> --> is the optional number
of decimal places to return.
Returns
Ntrim() returns <nNumber> formatted as a
character string.
Description
NTrim() is a numeric conversion function that
converts numbers to character strings and removes all spacing
around the string. For more information on number to string
conversion consult the function description:
Str()
____________________________
Related Topics
Business
Function List
Str()
StrZero()
|