ADD TO SET

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 3


ADD TO SET ({table; }set)

ParameterTypeDescription
tableTableCurrent record's table, or
Default table, if omitted
setStringName of the set to which to add the current record

Description

ADD TO SET adds the current record of table to set. The set must already exist; if it does not, an error occurs. If a current record does not exist for Table, ADD TO SET has no effect.

See Also

REMOVE FROM SET.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next