type/string - check for an object of type string
|
Calling Sequence
|
|
type(x, string)
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?