|
![]() |
![]() |
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
.