Have you ever auto indexed out of a while loop but had to use "Delete From Array" because you didn't want the last element? Sometimes I don't want the element from the iteration with the stop condition (behavior similar to a true "while loop" rather than LabVIEW's "do while".
I'd like a right-click option on the autoindex terminal to not include the last element.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Functionality available with conditional auto-indexing loops. You can use the 'Not' of the loop end condition as the input to the conditional terminal on an auto-indexing output tunnel to accomplish the desired behavior.