09-15-2014 10:58 AM
I want to know how to remove elements from 1D array. Let say 1D array has 30 elements. I want to keep initial 10 and get rid of remaining 20 elements.
How can I do that. See attached image for more clarification
Thanks
JK
Solved! Go to Solution.
09-15-2014 11:34 AM
Have a look at the LabVIEW Array functions. There's a delete from array or an array subset that you can use for your purposes.
Regards, Jens
09-15-2014 11:35 AM
In this case, I would use Array Subset.