TOINT
Converts text into an integer
Last updated
Was this helpful?
Converts text into an integer
TOINT( text)
Convert text into an integer value
Argument
Description
text
Text to convert to integer
Integer corresponding to text
TOINT("22")
>> 22Last updated
Was this helpful?
Was this helpful?