02-25-2013 05:06 AM
HI~
I am building a program which only displays and saves data larger than a certain value during data collection.
After reading previous examples from the forum, I have managed to delete those data.
However, there is an empty cell remained from the deleted datum in array.
I would like to remove that cell too, so what should I do in this situation. And could anyone explain why I did wrong?
Attached are my program and data saved in excel.
Thanks very much
John
02-25-2013 06:01 AM
Just use conditional tunnel mode.
Something like this:
02-25-2013 06:01 AM
Use the array subset VI.
02-28-2013 11:17 PM - edited 02-28-2013 11:18 PM
Hi~
I tried .aCe. 's solution and it is working. Thanks very much.
So a further question. I also observed some empty cells from the original data.
How can I remove them too?
I also tried packersFan's solution. I simply replaced the "replace array subset" with "array subset" but there was no difference. So did I used " array subset.vi" in a wrong way?
Thanks