Hi
My application allows users to load one of several VIs in a subpanel.Each VI disolaying a part of system. The user enters the name of the required VI and by pressing Return or Enter(Num Pad) the VI is loaded. I want to add a feature thst allows user to go back and forth between these loaded VIs. I am trying to write unique index of every VI in an array within the same event handler. I am using feedback but the array is rewritten with every key event i.e.only the index of the currently oaded VI is written to the array at 0 index. This is confusing as paths, refnum etc. are passed on to the next iteration (of while loop) just fine using shift registers
Any suggestion would be welcome