Hi All
I'm after a bit of advice please. I expect someone has done this before.
I have a list of 1000's of unique numbers between 1 and 6 digits that I want to increase all of to 8 digits. The problem is that I cant keep the existing numbers in the same order as they would be easy to guess.
Ideally what I'd like to do is have something that will change the numbers to 8 digits with the numbers still remaining unique. And then a method so it can be reversed back to it's original format if required.
I've looked into moduls checking type methods and some other methods but they are a massive overkill for what I require. All I'm trying to do is convert existing membership numbers to a new format for membership cards that require 8 digits.
Kind regards
Paul
I'm after a bit of advice please. I expect someone has done this before.
I have a list of 1000's of unique numbers between 1 and 6 digits that I want to increase all of to 8 digits. The problem is that I cant keep the existing numbers in the same order as they would be easy to guess.
Ideally what I'd like to do is have something that will change the numbers to 8 digits with the numbers still remaining unique. And then a method so it can be reversed back to it's original format if required.
I've looked into moduls checking type methods and some other methods but they are a massive overkill for what I require. All I'm trying to do is convert existing membership numbers to a new format for membership cards that require 8 digits.
Kind regards
Paul