PA_DeleteSet


version 2003


PA_DeleteSet (setName)

Parameter Type Description
setName char * Name of the set

Description

The command PA_DeleteSet clears the set setName from memory and frees the memory used by it. Since sets use memory, it is good idea to clear them once they are no longer needed.

setName

can be a standard C string null terminated or a Pascal string, depending on previous calls to PA_UsePStrings or PA_UseCStrings .

This is the same as the CLEAR SET command.

See Also

CLEAR SET , PA_CreateEmptySet , PA_CreateSet .

Error Handling

PA_GetLastError

can be called to see if an error occurred