12-03-2007, 05:44 AM
|
#1 (permalink)
|
|
The Visitor
Join Date: Dec 2007
Posts: 1
Thanks: 0
|
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 this?
Thanks,
Nathan
|
|
|
|