TOSTRING Function
Makes a number or null or other JScript object into a string.
Syntax
myString = TOSTRING(oObject);
Parameters
|
Return Value
|
Example
Convert the number 12.5 into a string
var myString = TOSTRING(12.5);
Makes a number or null or other JScript object into a string.
Syntax
myString = TOSTRING(oObject);
Parameters
|
Return Value
|
Example
Convert the number 12.5 into a string
var myString = TOSTRING(12.5);