03-15-2012 08:38 AM
Hi!
I'm using the "write to binary file" vi, and I need it to write a bunch of different files. Is there a way to add several paths names to it? The green wire thingy seems to only let you put one in there at the time, and I would like to not have 20 "write to binary file" vi's in my project..
Thank you!
Solved! Go to Solution.
03-15-2012 08:41 AM
Provide the file paths in an array and use a loop!
Cheers
Edgar
03-15-2012 09:25 AM
String array converted to path type worked.
Thanks!