T

Syntax

T(<any>)

Description

Converts its arguments to text (string data field type).

Examples

DataT returns
7"7"
23.6"23.6"
true"true"
[apple, orange]["apple", "orange"]