D
Drangor
I'm making a program that makes user accounts for a game. The accounts
save like this:
100001,test,test,0,-@-,0,,,,,,,,,
The 100001 is the UserID, i need to know some VB code that will check
this number and add one to it so 100001 will become 100002 and so on,
each time adding one, Even when the program is closed and started again,
it carrys on from the last UserID and starts adding 1 again when you add
new accounts.
This is saved to a .txt file.
Hope someone can help me out, thank you
save like this:
100001,test,test,0,-@-,0,,,,,,,,,
The 100001 is the UserID, i need to know some VB code that will check
this number and add one to it so 100001 will become 100002 and so on,
each time adding one, Even when the program is closed and started again,
it carrys on from the last UserID and starts adding 1 again when you add
new accounts.
This is saved to a .txt file.
Hope someone can help me out, thank you