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