Skip to main content

T

Returns the value if it is text, or an empty string if it is a number or other type.

CategoryText
SyntaxT(value)

Parameters

ParameterRequiredDescription
valueRequiredThe value to check. If text, it is returned; otherwise an empty string is returned.

Example

T("text")

Auto-generated from the EngCanvas function registry.