Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 4 Next »



Function: toNumber()

Converts various data types into a number. 

Syntax

toNumber(value)

value may be a list.

ArgumentTypeDescription
valueString, TrueFalse or NumberThe value to be converted.

Examples

toNumber(in.value)

Returns the number 14462 where the attribute in.value contains a string "14462".

See Also

  • No labels