...
Code Block | ||||
---|---|---|---|---|
| ||||
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
...
Code Block | ||
---|---|---|
| ||
myRealNumber : REAL;
myRealNumber := xpfStringToReal('123.45'); |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|