type/character
check for an object of type character
Calling Sequence
Parameters
Description
Examples
type( expr, 'character' )
expr
-
expression
The type( expr, 'character' ) command verifies if expr is of type character. It returns true if expr is of type character, and false otherwise. A character is defined as a string with length equal to one.
type⁡2.3,character
false
type⁡f,character
true
type⁡foo,character
type⁡a,character
type⁡,character
See Also
string
type
type/string
Download Help Document