The problem everyone is having here is that your Alphanumeric value doesnt really mean anything.
When you give your examples you are just adding numbers onto the end and incrementing those, you havent really given us any information about what the letters represent.
To be able to increment a value like this we need to know what the value of the letters are, a good example would be HEX, 0 - 9 A - F so if you were to say increment the HEX value 09 by 1 you would get 0A and incrementing 0F by 1 gives 10
I know this isnt an answer but until you give us some real info on what you are aiming to achieve with this we cant really give an answer. Also maybe tell us what you are using this for / why AlphaNumeric etc?