Convert a value into a string
TOSTRING( text )
text
Converts a value into a string
Argument
Description
Character(s) to convert to string.
Outputs input as string.
TOSTRING(22) >> "22"
Last updated 4 years ago
Was this helpful?