10-18-2005 09:55 AM
10-18-2005 03:50 PM
10-18-2005 08:09 PM
For i = 0 to NFiles - 1
Refnum[i] = Open File (Path[i])
{ Do stuff with open files - read this one, write that one)
For i = 0 to NFiles - 1
Close File (RefNum[i])
Blog for (mostly LabVIEW) programmers: Tips And Tricks
10-20-2005 08:10 AM
10-20-2005 08:17 AM
Sorry - you asked how to OPEN multiple files.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
10-20-2005 08:20 AM
You basically LIST FILES from the folder you want, put the names into a list box, and allow the list box to have 1 or more items selected. Then you get an array of indexes of which items are selected.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
10-20-2005 09:03 AM
10-20-2005 09:27 AM