T
Syntax
T(<any>)
Description
Converts its arguments to text (string data field type).
Examples
Data | T returns |
---|---|
7 | "7" |
23.6 | "23.6" |
true | "true" |
[apple, orange] | ["apple", "orange"] |
T(<any>)
Converts its arguments to text (string data field type).
Data | T returns |
---|---|
7 | "7" |
23.6 | "23.6" |
true | "true" |
[apple, orange] | ["apple", "orange"] |