Contents 
Associative Arrays
For the following messages, map stands for an associative array or a reference to one.
map<<First
Returns the first key within map, or Empty() if map has no keys. Note that keys are returned in lexicographical order.
map<<Get Contents
Returns a list of all key-value pairs within map.
map<<Get Keys
Returns a list of all the keys within map.
map<<Get Default Value()
Returns the implicit value of all absent keys, or Empty() if none has been set.
map<<Get Value(key)
Returns the value for the key

Get JMP 10 Scripting Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.