4D v13.4

REMOVE FROM SET

Home

 
4D v13.4
REMOVE FROM SET

REMOVE FROM SET 


 

REMOVE FROM SET ( {aTable ;} set ) 
Parameter Type   Description
aTable  Table in Current record's table, or Default table, if omitted
set  String in Name of the set from which to remove the current record

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, the command has no effect.

 
PROPERTIES 

Product: 4D
Theme: Sets
Number: 561

This command modifies the Error system variable

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D v6

 
SEE ALSO 

ADD TO SET