Next: Iterating through Value Labels, Previous: Value Labels Properties, Up: Value Labels [Contents][Index]
These functions add and remove value labels from a struct val_labs
object.
Adds label to in var_labs as a label for value, which must have the same width as the set of value labels. Returns true if successful, false if value already has a label.
Adds label to in var_labs as a label for value, which must have the same width as the set of value labels. If value already has a label in var_labs, it is replaced.
Removes from val_labs any label for value, which must have the same width as the set of value labels. Returns true if a label was removed, false otherwise.