05-24-2012 07:43 AM
Hello,
I feed a global variable which have an array, and I want to clear the data in this array before restarting my loop..
Any idea ?
05-24-2012 07:59 AM - edited 05-24-2012 07:59 AM
Umm... wire an empty array to it?
Of course, this begs the question, and the suspicion that you're probably doing something in an incorrect manner. Especially when I see the words "global variable". Care to post your code?
05-24-2012 08:13 AM - edited 05-24-2012 08:19 AM
Let me explain want I want to do :
I want to store values in an array in a global variable, and when I restart the loop I want the clear the last value before fill the array again..
I've enclose the begining of my program, that should give you an overview of what I want to do.
05-24-2012 08:24 AM
I have no idea what that VI is supposed to show, as it makes no sense. You also did not include another global variable. I think you need to start at the real beginning to explain what it is that you are trying to do.