Hy guys.
I started programming in LabVIEW, but I got stuck. I would like to compare every two consecutive element of an array. I started to do this in a for loop, but I don't know how to get the two consevutive element.
Could you help me out?
P.s: My really task is: I have an 10 different data in a file but they appear in the file more then 1 time and I have to write those 10 data in an array. The following program contain's the idea how I thinked that I can resolve it.