version 3
CLEAR SET (set)
Parameter | Type | Description | |
set | String | Name of the set to clear from memory |
Description
CLEAR SET clears set from memory and frees the memory used by set. CLEAR SET does not affect tables, selections, or records. To save a set before clearing it, use the SAVE SET command. Since sets use memory, it is good practice to clear them when they are no longer needed.
Example
See the example for USE SET.
See Also
CREATE EMPTY SET, CREATE SET, LOAD SET.