If I understood correctly, you have a basi table with data, an array wich contains column-indexes from the basic table and a built table, that contains just the data of the columns specified in the array.
So you just have to use a for loop, to select all specified columns of the basic table using the index array function. If you set the output tunnel of the loop to autoindexing, you get a 2D array, which you have to transpose, so that it is displayed correctly.
Just have a look at the picture.
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------