[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| STR |
+---------------------------------+
STR(<expN1> [, <expN2> [,<expN3>]])
-----------------------------------
Returns character string from a numeric expression.
Return value - Character
-----------------------------------
<expN1>
Numeric expression evaluated by STR().
<expN2>
Length of the character string returned by STR(). Length includes
decimal point and digits to the right of decimal point. If larger than
the number of digits left of the decimal position, STR() pads its output
with leading spaces. If smaller than the number of digits left of the
decimal position, STR() returns a string of asterisks, indicating
numeric overflow.
<expN3>
Number of decimal places. You must include a length <expN2> if you
want to specify the number of decimal places.
-----------------------------------
See Also: VAL()
-----------------------------------
See Also:
VAL()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson