LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

storing strings and numbers in a spreadsheet

Solved!
Go to solution
in this file i understand that the data types are incorrect. but what i dont know is how to fix it so i can write arrays filled with strings and arrays filled with numbers to seperate columns in an excel spreadsheet.
0 Kudos
Message 1 of 5
(2,648 Views)
0 Kudos
Message 2 of 5
(2,646 Views)

Do NOT link to third-party web sites. Attach your VI directly to your post. It's very simple to click on the 'Add Attachments below the message body.

 

If I understand your question correctly, you simply have to convert to a common data type. For example, you can use the function Number to Fractional String to convert a DBL array to a string array.

0 Kudos
Message 3 of 5
(2,641 Views)
sorty here it is.  thanks.
0 Kudos
Message 4 of 5
(2,626 Views)
Solution
Accepted by topic author acgraham
My suggestion will work just fine. Insert the function I mentioned into each of the DBL arrays right before the Build Array.
0 Kudos
Message 5 of 5
(2,613 Views)