|
Get SteelArrow!
|
|
|
|
asMoney
|
|
|
|
|
|
|
Return to Function List |
|
Converts a variable to a money value (ie. $$$$.$$). If the value can not be converted,
the function returns zero (0.00). The function automatically rounds up. The function may also
take a second parameter of TRUE if the dollar value is to contain commas. (ie. $,$$$.$$)
|
|
Syntax |
AsMoney( number, [TRUE] )
|
number |
The value to be converted. |
TRUE |
The value should be renedered with commas. |
|
|
|
|
|
|
|
|