Skip to main content
Version: Next

CLEAR SET

CLEAR SET ( set )

ParameterTypeDescription
setString🡒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