4D v12.4CREATE SET |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v12.4
CREATE SET
|
CREATE SET ( {aTable ;} set ) | ||||||||
Parameter | Type | Description | ||||||
aTable | Table |
![]() |
Table for which to create a set from the selection, or Default table, if omitted | |||||
set | String |
![]() |
Name of the new set | |||||
CREATE SET creates a new set, set, for aTable, and places the current selection in set. The current record pointer for the table is saved with set. If set is used with USE SET, the current selection and current record are restored. As with all sets, there is no sorted order; when set is used, the default order is used. If a set with the same name already exists, the existing set is cleared by the new set.
Product: 4D
Theme: Sets
Number:
116
Created: < 4D v6
CLEAR SET
CREATE EMPTY SET
Identifiers