Next: Changing User-Missing Value Set Width, Previous: Testing for Missing Values, Up: User-Missing Values [Contents][Index]
These functions create and destroy struct missing_values
objects.
Initializes mv as a set of user-missing values. The set is initially empty. Any values added to it must have the specified width.
Destroys mv, which must not be referred to again.
Initializes mv as a copy of the existing set of user-missing values old.
Empties the user-missing value set mv, retaining its existing width.