istext
Test whether a value is text.
Syntax
Section titled “Syntax”v = istext(value)Description
Section titled “Description”Returns true if value is a text string, false otherwise.
Examples
Section titled “Examples”istext('hello') % 1istext(42) % 0