CREATE EMPTY 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


CREATE EMPTY SET ({table; }set)

ParameterTypeDescription
tableTableTable for which to create an empty set, or
Default table, if omitted
setStringName of the new empty set

Description

CREATE EMPTY SET creates a new empty set, set, for table. You can add records to this set with the ADD TO SET command. If a set with the same name already exists, the existing set is cleared by the new set.

Note: You do not need to use CREATE EMPTY SET before using CREATE SET.

Example

Please refer to the examples of the Sets section.

See Also

CLEAR SET, CREATE 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