Results 1 to 3 of 3

Thread: Read values from a 2d array to Excell or a .txt file

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    31
    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.

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    Do you want to save the value of the array?

  3. #3
    New Member
    Join Date
    Aug 2000
    Posts
    2

    array question

    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width