09-11-2008 04:53 PM
I have a multidimensional array of data, subsequently used as input to a looping construct - each line of values gets used to do something.
I recently needed to modify those values, and had no problems. Then I wanted to reduce the number of lines of values, which worked until I exited and reopened the VI file.
The lines came back.
I removed them with rightClick->dataOperations->delete row
Any suggestions - besides the fallback of making a while new, smaller array to replace this one
thanks,
Jason
09-11-2008 10:20 PM
Was this array a front panel control?
If you want to change a control and have the values stick for when you reopen the VI (which would include an array that had rows removed), you need to right click on that control and Save as Default, then resave the VI.
If that is not what you want, then please attach a VI so we can see what you have and what you want to do.
09-11-2008 10:27 PM
yes - front panel control.
Your answer was what i was looking for.
Thanks!
Jason