|
![]() |
![]() |
version 2003
PA_CreateSet (tableNum; setName)
Parameter | Type | Description | |
tableNum | short | → | Table number |
setName | char * | → | Name of the set |
Description
The command
PA_CreateSet
creates a new set of name
setName
for table number
tableNum
, and places the current selection in
setName
.
setName
can be a standard C string null terminated or a Pascal string, depending on previous calls to
PA_USePStrings
or
PA_UseCStrings
.