11-12-2014 02:19 AM
Hi, I would like to know how I could save an array of numbers to a text file during execution.
Thanks in advance!
11-12-2014 06:31 AM
I just pass the array into a LabVIEW VI that does the saving to a text file.
11-18-2014 01:42 PM
You could go direct using .NET mscorlib. There's lots of cababilty there with no added cost or code development. I do quite a bit of file IO this way. See attached example.