06-27-2013 11:29 AM
I have an array of data type float64 [ ] that I want to save to a file. I've tried to use the function ArrayToFile but it doesn't like the float64 [ ] data type. I'm using LabWindows/CVI version 7.1.
Solved! Go to Solution.
06-27-2013 11:45 AM
why don't you use data type double?
06-27-2013 12:40 PM
Double worked fine... thanks for the input.