This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
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.



See also 

ADD TO SET

 
PROPERTIES 

Product: 4D
Theme: Sets
Number: 561

This command modifies the Error system variableThis command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)