Hi,
I have a VI that scans a text file and then builds an array of the data that I require from that text file.
But now once I have the array built using this VI, I need to scan the complete array that is built and determine the maximum value in the fifth column of the array. This value might occur more than once but I need to determine the maximum value. After I determine the maximum value, I need to scan the array again and obtain all the first two columns of the data corresponding to the maximum value of the fifth column and build a new array with that data.
I would be very thankful if you could help me in this regard.
I am attaching the VI and the text file here.
Thanks a lot,
Ajit."