Hi all, thanks in advance for any help you can provide. I'm hoping there is an elegant solution to my problem. Here it is.
I have a large list of numbers and letters that can extend from 1 to 99, then from AAA to ZZ9. My problem is that I need to find lowest open number in the range. I pull these suffixes from Extra into an array easily enough, and checking for gaps from 1 to 99 is not much of an issue, but I'm having some major difficulties trying to do the same if there are letters.
eg. I've pulled numbers from the file I'm working on, and all the numbers from 1-99 are taken as are the letters from AAA - NB2. Is there a way to elegantly determine the next number/letter?
I have a large list of numbers and letters that can extend from 1 to 99, then from AAA to ZZ9. My problem is that I need to find lowest open number in the range. I pull these suffixes from Extra into an array easily enough, and checking for gaps from 1 to 99 is not much of an issue, but I'm having some major difficulties trying to do the same if there are letters.
eg. I've pulled numbers from the file I'm working on, and all the numbers from 1-99 are taken as are the letters from AAA - NB2. Is there a way to elegantly determine the next number/letter?