ID changing.

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top