xpfStringToReal
FUNCTION xpfStringToReal (aString : STRING) aReal : REAL;
The function xpfStringToReal converts a given number from its STRING representation, aString, to its REAL value, aReal.
Arguments
Type | Name | Comment |
STRING | aString | String representation of a REAL number |
Return Value
Â
Type | Name | Comment |
REAL | aReal | The aString value as a REAL number |
Options
Â
Example
myRealNumber : REAL; myRealNumber := xpfStringToReal('123.45');
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â