01-21-2005 06:28 PM
01-21-2005 09:59 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
01-24-2005 10:53 AM
01-24-2005 10:53 AM
01-24-2005 11:24 AM
I see.
Well, If you need to enter, say, 10 files in the path array, and only plot the first, say, 5 of them, then what you are doing is sensible.
But be aware that if you wire the array directly through the FOR loop, it will execute one loop for each file, and you don't have to use an INDEX operation, or the property node, or ask the user how many files he just entered.
I had done it like you had said
The file you attached was identical to the first file - I nsee no evidence that you changed anything.
Try my attached VI as a starting point.
Blog for (mostly LabVIEW) programmers: Tips And Tricks