11-20-2012 07:52 AM
11-20-2012 07:53 AM
I dont write it as a spreadsheet. I use right click and "export to Excel" in the array in front panel
11-20-2012 07:55 AM
11-20-2012 07:56 AM - edited 11-20-2012 07:58 AM
Ah... ok..
So if you leave everything as doubles as I suggested and use the Scan From String function to convert the measurement to a double, then you would not have the + or g.
But that won't allow you to add more columns. You need to format everything to the appropriate type. If you have columns which are strings, then most likely have everything conbverted to sting type. Then you may be able to get away with using the Write to Spreadsheet String. At least that is the simpler way.
11-20-2012 07:59 AM
Did I not post this? :
To learn more about LabVIEW, I suggest you try looking at some of these tutorials.
11-21-2012 08:19 AM
Hmmm . How do i implement that "Scan from string" in my code ?. What should i write in the "format string" part ?
11-21-2012 08:22 AM
11-21-2012 11:10 AM
Yes, but i have to get rid of the "+" symbol first of all. So i must write something different ?
11-21-2012 02:17 PM
11-21-2012 02:20 PM
You can also post the code that you have so far...