toString

Converts data to a text string. This function accepts an argument of any type.

Usage

    string = toString(number);
    string = toString(bool);