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.
Printable View
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.
Do you want to save the value of the array?
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?