Object Reference : Object View and Procedure Reference : Valmap
  
 
valmap
Declare a value map object.
Syntax
valmap valmap_name
Follow the valmap keyword with a name for the object.
Examples
The commands:
valmap mymap
mymap.append 3 three
mymap.append 99 "not in universe"
declare the valmap MYMAP and add two lines mapping the values 3 and 99 to the strings “three” and “not in universe”.
Cross-references
For additional details, see “Value Maps”.
See also Series::map and Alpha::map.