I can 'empty array' from the front panel during runtime but I want to empty all arrays (20) from my vi with a front panel switch (see screenshot). I have used replace array subset and reshape array with no success. Any help would be appreciated
Hmm... You can empty an array by reshaping it or by assigning a constant empty array - using local variables or properies of the original control (see attached example... hmmm... not the best one :)). May be you can attach a part of your code to see what is better to do in the given case.
Thanks for the help. I figured this one out on my own. I was working until 5AM and was a little sleepy. Thank you for your input though. I see you responses are very helpful to others in the forum.