B
bthumber
I need to write a method that reads though numbers in a database. The
numbers are appended to a records name. Each location can have one name many
records. Example: buff01, buff02, buff03...buff100. Only 01 to 100. If the
user deletes a record said buff20, there will be a gap between buff19 and
buff21. The next time a record is created the program should see the gap and
append 20 to buff the end result will be buff20. Any ideas, any sudo code to
get me statrted???
numbers are appended to a records name. Each location can have one name many
records. Example: buff01, buff02, buff03...buff100. Only 01 to 100. If the
user deletes a record said buff20, there will be a gap between buff19 and
buff21. The next time a record is created the program should see the gap and
append 20 to buff the end result will be buff20. Any ideas, any sudo code to
get me statrted???