Hi everyone,
I have a program where I need to find the next available wage type to use per category.
Some wage types, however, are alphanumeric (E.G '0SBC')
In the above example, the next available to use could be 'OSBD'
My question is, how do you add on to alphanumeric characters.
A more simpler example, if I have A, how do i add 1 and get 'B' as a result
Thank you 😊
Daniel