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
已解决! 转到解答。
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
In this case, I would use Array Subset.