tostring function

Converts a number to string.

Syntax

tostring(number)

Arguments

number → is integer or real. The number to convert to string.

Example

tostring(123) → '123'