Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing mixed data types into excel spreadsheet.

    I want to write one line of data containing both integers and strings into an excel spreadsheet.  This set of data includes 24 integers, 4 strings and a time stamp.  I could, convert all of my integers and time stamp into strings, then build an array and write to spreadsheet, but it gets so cluttered with 24 conversions.  is there a better way to do this without having to convert my data into the same data type?
0 Kudos
Message 1 of 2
(2,951 Views)

You don't need a separate conversion for each numeric. Use a build array and wire the array to Number to Decimal String. This (and the other string conversion functions) can have an array as an input.

Message Edited by Dennis Knutson on 02-14-2007 08:47 PM

Message 2 of 2
(2,944 Views)