PDA

Click to See Complete Forum and Search --> : Read values from a 2d array to Excell or a .txt file


timbo
Aug 27th, 2000, 09:31 PM
Hi

I have a 2d array and wish to read its values into

1. an MS Excell file and
2. a .txt file

How can I do this?

Thanks.

oetje
Aug 28th, 2000, 03:37 AM
Do you want to save the value of the array?

Satcomguru
Aug 31st, 2000, 01:42 AM
Just use the open file for output, and print functions.
you can use a loop to print the values of your array with very little code. Is this what you mean?