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

TOSTRING

Convert a value into a string

TOSTRING( text )

Converts a value into a string

Arguments

Argument

Description

text

Character(s) to convert to string.

Output

Outputs input as string.

Examples

TOSTRING(22)
>> "22"

Last updated

Was this helpful?