Hi,
How can I remove the row for second repeated data in my 2D array regardless of the 2D array size.
Hi Altenbach,
As long as the first 2 column repeats, I will delete the second repeated row. The datatype is double. The repeated data is different at every run.
Use a shift register in a FOR loop to keep track of the n-1 row data.
With a few simple strikes of the mouse, you could probably adapt this example (i.e. change the array of strings to an array of DBL and select key column #0). Let me know if you have problems.

(Do we really need to look at the second column, FOr you data it seems that looking at the first column might be sufficient.)
Yes, I need to look at the second column this is just a portion of the array.
Can you attach a simple VI that contains the array of post #3 as a diagram constant?
The basic algorithm remians the same, but instead of a single column you would take the array subset of the first two columns, autoindex it the same, and compare the array of two elements with the previous (compare aggregates).
Is it okay for me to post snippets? This is my first time creating a snippets.