REMOVE FROM SET

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 6.0


REMOVE FROM SET ({aTable; }set)

ParameterTypeDescription
aTableTableCurrent record's table, or
Default table, if omitted
setStringName of the set from which to remove
the current record

Description

REMOVE FROM SET removes the current record of aTable from set. The set must already exist; if it does not, an error occurs. If a current record does not exist for aTable, REMOVE FROM SET has no effect.

See Also

ADD TO SET.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next