FP_v Full Description |
|
Syntaxdefine external float function FP_v value stream numeric string Purpose Used to initialize floating point values by converting a character string representing a floating point number into a float value. If the string does not represent a floating point number, the float value for NaN (not a number) is returned.
The following code demonstrates how to use ... find white-space (digit+("."digit*)?)=>found-float local float my-float set my-float to FP_v found-float |