05-04-2012 09:24 AM
I have an array of cluster with numeric and numerica array. I need to unpack the information and put it into excel or csv, so that people without labview can see the data in excel. What's the best way in doing this? Thanks!
05-04-2012 09:30 AM - edited 05-04-2012 09:30 AM
You can take the reference of the array and convert that to more specific class using the numeric and array classes and can write the data to the .csv file along with the label name and its index.