01-31-2011 11:15 AM
Hello,
How do I go about scanning a string array of x and y data and output the row with data above a certain value. I have attached a vi that I started working on but do not know how to output the x and y data that is above -80.
Any help will be greatly appreciated.
Thanks,
hiNi.
Solved! Go to Solution.
01-31-2011 12:05 PM
Try this.
01-31-2011 12:09 PM
Hello Jean-Marc,
I'm sorry, but can you save your file in ver. 8.2. That is the current version that I am using and I can't open your file.
Thanks for all your help and time.
hiNi.
01-31-2011 12:30 PM
LV82.
01-31-2011 03:30 PM - edited 01-31-2011 03:31 PM
Here's a version that might be better for large inputs, because it avoids constant resizing of arrays. Modify as needed.
01-31-2011 03:40 PM
THANK YOU FOR YOUR TIME AND HELP!