ISMAP
b = ISMAP (x)
Returns true if x
is a MAP variable.
Example
"x":1, "y":2}
A = {print IsMap(A) ' Output 1
1,2,3]
A = [print IsMap(A) ' Output 0 (is an array)
1
A = print IsMap(A) ' Output 0 (is a number)
"abc"
A = print IsMap(A) ' Output 0 (is a string)