I am trying to import data from an external instrument into a 2D array. I would like for the data to be imported into one cell at a time, and for the user to be able to arbitrarily select which cell will be filled and when. I'm reasonably sure that I can do this using the Replace Array Subset function or the Build Array function. The problem is whether the program will remember all of the measurement previously recorded into the array. So far, I've tried several things, including Case Structures with concatenated and non-concatenated Build Array objects, as well as FOR loops with and without auto-indexing, but I just can't seem to figure out how to do this. is there a way to manually index the array, and perhaps use Shift Registers to maintain the original values? Thank you.
Regards,
-David Clark