ASSTRING

Arguments

ArgumentTypeDescription
inputAnyThe value to convert to a string

Examples

=ASSTRING(1)"1"

=ASSTRING([1,2])"[1,2]"

=ASSTRING(OBJECT('A', 1))"{"A": 1}"

=ASSTRING(this)"Shape Text"