Reference portion of array/list indirectly
Using JMP 17.0.0, Windows 10.I've been unsuccessful at finding documentation on what I want to do, and it seems not to be as easy as I thought it would be... What I want is to update a table (dtJ) with columns from another table (dtN), but not define precisely how many columns to add, as the amount of columns to be added may differ each time my For loop runs. For( r = 1, r <= N Items( dtlist ), r+
...