T

T

Syntax

T(<any>)

Description

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

Examples

Data

T returns

Data

T returns

7

"7"

23.6

"23.6"

true

"true"

[apple, orange]

["apple", "orange"]