Insert values from a table into a list then use list to select rows from another table
Hi,
I want to select valeus from one table to select values in another table. I'm doing this by trying to put all the row valeus into a list. Then use that list to select where. I'm hung up on the part where i'm putting the row values into my list.
Any help would be great:
UnqDscrptns << set name( "UnqDscrptns" );
MyList_1 = {};
For( i = 1, i <= N Rows( UnqDscrptns ), i++,
Insert Into( My
...