Lenguaje 4D Comandos por tema ConjuntosVersión: 21 R3ConjuntosADD TO SET ( {tabla : Table ;} conjunto : Text ) CLEAR SET ( conjunto : Text ) COPY SET ( srcCon : Text ; dstCon : Text ) CREATE EMPTY SET ( {tabla : Table ;} conjunto : Text ) CREATE SET ( {tabla : Table ;} conjunto : Text ) CREATE SET FROM ARRAY ( tabla : Table ; arrayReg : Integer, Boolean array {; nomConjunto : Text} ) DIFFERENCE ( conjunto1 : Text ; conjunto2 : Text ; resultado : Text ) INTERSECTION ( conjunto1 : Text ; conjunto2 : Text ; resultado : Text ) Is in set ( conjunto : Text ) : Boolean LOAD SET ( {tabla : Table ;} conjunto : Text ; doc : Text ) Records in set ( conjunto : Text ) : Integer REMOVE FROM SET ( {tabla : Table ;} conjunto : Text ) SAVE SET ( conjunto : Text ; doc : Text ) UNION ( conjunto1 : Text ; conjunto2 : Text ; resultado : Text ) USE SET ( conjunto : Text )