type/string
check for an object of type string
Calling Sequence
Parameters
Description
Examples
type(x, string)
x
-
any expression
The call type(x, string) checks to see if x is of type string. It returns true if x is of type string, and false otherwise.
type⁡1,string
false
type⁡12,string
type⁡0.5,string
type⁡String,string
true
type⁡Name,string
type⁡ab,string
See Also
string
type
type/atomic
type/indexable
type/literal
type/name
Download Help Document
What kind of issue would you like to report? (Optional)