TODECIMAL
Converts text into a decimal number
TODECIMAL(text)
Convert text into a decimal number
Arguments
Argument
Description
text
Text to convert to decimal
Output
Decimal number corresponding to text
Example
TODECIMAL("22.5")
>> 22.5Last updated
Was this helpful?