For the complete documentation index, see llms.txt. This page is also available as Markdown.

TOINT

Converts text into an integer

TOINT( text)

Convert text into an integer value

Arguments

Argument

Description

text

Text to convert to integer

Output

Integer corresponding to text

Examples

TOINT("22")
>> 22

Last updated

Was this helpful?