Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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"]
  • No labels