Skip to main content
Version: 21 R3

CLEAR SET

CLEAR SET ( set : Text )

ParameterTypeDescription
setText→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.

See also​

CREATE EMPTY SET
CREATE SET
LOAD SET

Properties​

Command number117
Thread safeyes