Skip to main content

ISTEXT

Returns TRUE if the value is text, FALSE otherwise.

CategoryInformation
SyntaxISTEXT(value)

Parameters

ParameterRequiredDescription
valueRequiredThe value to test.

Example

ISTEXT("hello")      // → TRUE
ISTEXT(42) // → FALSE

Auto-generated from the EngCanvas function registry.