version 6.0
REMOVE FROM SET ({table; }set)
Parameter | Type | Description | |
table | Table | Current record's table, or | |
Default table, if omitted | |||
set | String | Name of the set from which to remove | |
the current record |
Description
REMOVE FROM SET removes the current record of table from set. The set must already exist; if it does not, an error occurs. If a current record does not exist for Table, REMOVE FROM SET has no effect.
See Also