T(value)

The T function returns its argument if it is text, otherwise it converts a value to text. This is not a function that will often be needed, since Ability automatically converts most values as necessary in formulas.

For example:

T("FALSE")  returns "FALSE"

T(FALSE)  returns "FALSE"

T(1000)   returns "1000"

This function is the reverse of VALUE (see VALUE).

See also:

Other text functions