El Guapo wrote:
> I want to save 3, 1-d arrays (double precision) into parallel columns
> with text before the arrays. Any ideas?
>
> I've tried various schemes for this... I can get the format I want if
> I save the text and the arrays in separate files, but I want them
> stored together in the same file.
It depends, what you want to do with the data. If you want to import it
in excel for example, you could just use "write to file" to write the
headers into the file and than use the "write to spreadsheet" with
"append" set to true, to append the data-colomns.
If you just need to reimport the data to labvie, you can put the text
together with the array in an cluster and write it to a datalog-file.
Bye
Marco