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.
type2.3,character
false
typef,character
true
typefoo,character
typea,character
type,character
See Also
string
type
type/string
Download Help Document