Línguagem 4D Commands by theme ConjuntosVersão: 21 R3ConjuntosADD TO SET ( {tabela : Table ;} conjunto : Text ) CLEAR SET ( conjunto : Text ) COPY SET ( comOrigem : Text ; comDestino : Text ) CREATE EMPTY SET ( {tabela : Table ;} conjunto : Text ) CREATE SET ( {tabela : Table ;} conjunto : Text ) CREATE SET FROM ARRAY ( tabela : Table ; arrayReg : Integer, Boolean array {; nomConjunto : Text} ) DIFFERENCE ( conjunto1 : Text ; conjunto2 : Text ; conjuntoResultado : Text ) INTERSECTION ( conjunto1 : Text ; conjunto2 : Text ; conjuntoResultado : Text ) Is in set ( conjunto : Text ) : Boolean LOAD SET ( {tabela : Table ;} conjunto : Text ; documento : Text ) Records in set ( conjunto : Text ) : Integer REMOVE FROM SET ( {tabela : Table ;} conjunto : Text ) SAVE SET ( conjunto : Text ; documento : Text ) UNION ( conjunto1 : Text ; conjunto2 : Text ; conjuntoResultado : Text ) USE SET ( conjunto : Text )