Checks if a variable is a Map type.
IsMap ( variable )
variable | The variable/expression to check. |
Success: | 1. |
Failure: | 0 if parameter is not a Map variable. |
Can be useful to validate map/non-map parameters to user-defined functions.
See language datatypes for a detailed description.
IsArray, IsBinary, IsBool, IsFloat, IsHWnd, IsInt, IsNumber, IsPtr, IsString, MapExists, VarGetType