03-28-2014 03:36 AM
Hi there,
i've searched a long time and found many promising answers...but none actually helped on my problem:
Please find my example vi attached (LV2012).
After initializing my array with some values und running the program the table is populated accordingly. I stop the vi an the table is cleared. But: if i restart the vi without making any changes, the old content shows again and the array gets appended too. So, is there a way to clear a table definetly after stopping the vi. Including obscure default values?
What i've tried so far without succes:
Setting an empty array at the beginning
Reset to standard values via Invoke Node
Setting an empty array as value via Property Node
So what am i missing?
Thanks in advance, Erik
Solved! Go to Solution.
03-28-2014 03:40 AM - edited 03-28-2014 03:44 AM
03-28-2014 03:44 AM - edited 03-28-2014 03:46 AM
Oh my god, silly me. Absolutly right and obvious, but not for me after looking for hours on my code^^
Thanks
03-28-2014 03:50 AM