10-20-2006 05:19 PM
10-23-2006 01:45 PM
10-23-2006 03:43 PM
10-23-2006 04:26 PM - edited 10-23-2006 04:26 PM
Try doing it this way. The problem you see is because you take the time and concantanate it to a 2D array that's been converted to a string. It's only the first row that has the time and then the next row starts with the second row of numeric data. In the attached, the numeric array is converted to a string array and the time column is added. Then the Array to Spreadsheet will work.
p.s. It seems you are using local variables just to eliminate some wires on the diagram and make it look neater. None of them seem to be really necessary and you can also eliminate the sequence structure.
Message Edited by Dennis Knutson on 10-23-2006 03:27 PM
Message Edited by Dennis Knutson on 10-23-2006 03:30 PM
10-26-2006 11:05 AM