Object Reference : Object View and Procedure Reference : Valmap
  
 
append
Append one or more value/label mappings to a valmap's specification.
Syntax
valmap_name.append value1 label1 [value2 label2...]
Examples
valmap b
b.append 0 no
b.append 1 yes
The first line declares a valmap object. The following lines set the specification for that valvalmap: 0s are mapped to “no” and 1s are mapped to “yes”. The valmap values and labels may be enclosed in quotation marks, if necessary.
Cross-references
For details, see “Value Maps”.