4D v16.3

CREATE EMPTY SET

Home

 
4D v16.3
CREATE EMPTY SET

CREATE EMPTY SET 


 

CREATE EMPTY SET ( {aTable ;} set ) 
Parameter Type   Description
aTable  Table in Table for which to create an empty set, or Default table, if omitted
set  String in Name of the new empty set

CREATE EMPTY SET creates a new empty set, set, for aTable. 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

 
PROPERTIES 

Product: 4D
Theme: Sets
Number: 140

This command can be run in preemptive processes

 
HISTORY 

Created: < 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)