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

Compare with Current View Page History

« Previous Version 6 Next »

This function returns the number represented by the text s as a signed integer in the radix specified by argument radix.

Syntax
toInteger(text s, text radix) #Output: Number
Examples
Parser expressionDescription
 toInteger("ff", 16)

This example returns the number 255

Additional information

Parameters used in this function

ParameterInput (data type)Description
s

TEXT

Any given text.
radix

TEXT

Parameter description.

Output

This function returns a NUMBER