This one looks like a code bug to me, but I need verification. One of my co-workers is writing some data analysis tools, and is working with a three dimensional array of strings. We need to remove the first 5 rows on each page. His code looked OK to me, but when he ran it, it was dropping the first couple of elements from the array. We did some playing around and found that the number of missing elements depends on the number of rows we delete. The odd thing is that if you wire an indicator to the deleted element output of the VI, the problem goes away. I have attached a sample set of code. Any suggestions as to what might be happening. Is this a legitimate code bug.
Troy