CVSTR

Format

CVSTR(var)

Function

Arguments

var
Variable to be converted.

Return value

Related

Version

Example

_val = 3.1415 // Assign a real number
CVSTR(_val)
GETTYPE(_val) // "3" is output (which is a string)
_val // "3.141500" is output (stored as a real number and then converted to a string)