Forum: Absolute Beginners
12-03-2007, 05:44 AM
|
|
Replies: 10
Views: 968
Text File Into Array
I have text file which goes like
username1|pass1
username2|pass2
I want to split it so all of the usernames are in one array and all the passwords are in one array. How can I do...
|