|
![]() |
![]() |
version 2003
PA_CreateEmptySet (tableNum; setName)
Parameter | Type | Description | |
tableNum | short | → | Table number |
setName | char * | → | Name of the set |
Description
The command
PA_CreateEmptySet
creates a new empty set (of name
setName
) for the table number
tableNum
. You can add records to this set with the
PA_AddToSet
. If a set with the same name already exists, the existing set is cleared by the new set.
setName
can be a standard C string null terminated or a Pascal string, depending on previous calls to
PA_USePStrings
or
PA_UseCStrings
.