Results 1 to 16 of 16

Thread: [RESOLVED] [2008] Reading from a txt file

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2008
    Posts
    12

    Resolved [RESOLVED] [2008] Reading from a txt file

    Hello everyone, I'm writing a little application that is supposed to fetch account information from a txt file, the format is going to be

    account pw
    account pw
    account pw

    And this information should be stored into 2 different arrays, UserAcc(string) and UserPw(string). I have already written the script for determining the size of the arrays.

    But how would I go about reading and storing the account and password information into the right variables?
    Last edited by Spacey; Feb 25th, 2008 at 06:03 AM.

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