PA_AddToSet


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 .

This is the same as the ADD TO SET command.

See Also

ADD TO SET , PA_CreateEmptySet , PA_CreateSet .

Error Handling

PA_GetLastError

can be called to see if an error occurred