09-04-2007 01:48 PM
09-04-2007 04:19 PM
09-04-2007 04:28 PM
You could try using the Format into File function if you're willing to extract the individual elements of the array you have.
However, you will still have the limitation mentioned above. An array, by definition, is a set of items of a single type.
09-04-2007 10:03 PM
Than You. The thing is, I've tried turning everything to strings, but I'm using the funcion "Write to Spreadsheet" , which requires a numeric array input. I've tried using strings and the "Write to File" Function, but in this case, although it does write the data I'm sending, it insists on writing everything in a single line. That is, each time I run the VI, it writes the data at the end of the last written numbers. And I need it to be written in the next line every time I run it. Is there a way of doing this with said vi?
Thanks.
09-04-2007 10:21 PM
09-05-2007 12:03 AM
09-05-2007 08:20 PM