T
Returns the value if it is text, or an empty string if it is a number or other type.
| Category | Text |
| Syntax | T(value) |
Parameters
| Parameter | Required | Description |
|---|---|---|
value | Required | The value to check. If text, it is returned; otherwise an empty string is returned. |
Example
T("text")
Auto-generated from the EngCanvas function registry.