|
![]() |
![]() |
version 2003
PA_AddToSet (tableNum; setName)
Parameter | Type | Description | |
tableNum | short | → | Table number |
setName | char * | → | Name of the set to use |
Description
The command
PA_AddToSet
adds the current record to table number
tableNum
to the set
setName
. The set must already exist; if it does not, an error occurs.
setName
can be a standard C string null terminated or a Pascal string, depending on previous calls to
PA_USePStrings
or
PA_UseCStrings
.