06-24-2020 03:18 AM
Hello,
i have a 2D array that looks like:
1, 11, 111
2, 22, 222
3, 33, 333
4, 4, 444
Using IndexArray[0] gives me 1,11,111
What do i have to use to get 1, 2, 3, 4? So always the first/second/X element of each row?
Thanks
Solved! Go to Solution.
06-24-2020 03:27 AM - edited 06-24-2020 03:32 AM
Hi One,
read the help for IndexArray function, then wire just the input to select the first column…
LabVIEW even tells you the meaning of each input:
With more than 1000 posts in this forum you should have known the answer, but anyway: the self-paced online courses are still available for free!