Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

Code Block
languagecpp
myRealNumber : REAL; 
myRealNumber := xpfStringToReal('123.45');

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"