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


TypeNameComment
STRINGaStringString representation of a REAL number

Return Value


 

TypeNameComment
REALaRealThe 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.

Â