Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, is the correct code
For i=0 to NoOfTables()-1let d=TableName(i);IF $(d) <> 'Table1' or $(d) <> 'Table2' thenStore [$(d)] into [$(vPathQVD)/$(d)].qvd;end ifNext;
or
For i=0 to NoOfTables()-1let d=TableName(i);IF $(d) <> 'Table1, Table2' thenStore [$(d)] into [$(vPathQVD)/$(d)].qvd;end ifNext;
Thanks in advance