https://emily.shillest.net/ayaya/index.php?マニュアル/関数/CVSTR
CVSTR(var)
_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)
Last modified on: 2008-04-14 (Monday) 15:37:58
|