CLEAR SET
CLEAR SET ( set )
Parameter | Type | Description | |
---|---|---|---|
set | Text | → | Name of the set to clear from memory |
Description
CLEAR SET clears set from memory and frees the memory used by set. The command 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.