STR(n)

BACK

Converts a number to string. This function is rarely needed, because conversion is done automatically. However you may need

 STRING(13,STR(a))

to be sure that the value a is interpreted as string value.

BACK