Hi,
I've been searching around these forums for quite a while now, and can't seem to either understand or find what I'm looking for.
^ As you can probably tell, I'm a real Novice to VB!
I have a text file, that my program is always adding to it, it's format is like so:
Line 1: UserName (For User 1)
Line 2: FilePath (For User 1)
Line 3: UserName (For User 2)
Line 4: FilePath (for User 2)
For Example:
Line 1: Tobyjug2222
Line 2: J:\Program name\bin\Debug\Accounts\Tobyjug2222
Line 3: Toby
Line 4: J:\Program name\bin\Debug\Accounts\Toby
...
...
My program automatically writes this to the file when an account is created, and there for I don't know what my Upper bound is, as It's always changing.
How can I write this to an array and read it as Line 1, and Line 2 (Or Line 3 and Line 4) are related?
I hope I've added all the information needed,
Thanks, Toby.
(P.S. This is related to my other thread : http://www.daniweb.com/software-development/vbnet/threads/398774/1709547#post1709547 )