Nicholas Lefebvre wrote:I need to make a program that can aoutomaticaly create and asign a ID number to a new item but the ID number can not be repeated once. How would i do that the rest of the program is working i just need to genereate it.
My advice: Use a database.
Chances are that your Item will have to be stored somewhere anyway, so why not use the place where you're going to store it?
Winston