You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This function returns the number represented by the text s. This function expects a decimal representation of a number. In case it is not possible to parse the s to number, null is returned.

Syntax
toNumber(text s) #Output: Number
Examples
Parser expressionDescription
 toNumber("3.14")

This example returns the number 3.14

Additional information

Parameters used in this function

ParameterInput (data type)Description
s

TEXT

Any given text.
Output

This function returns a NUMBER