ASSTRING

For simple arguments, this function converts the argument into a string representation. For references to Lucid shapes, extracts the string contents of the shape and returns it.

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"