I've got a much larger text that I just about posted. If need be, I'll post that, but I think my issue would be solved by one little hurdle.
How would one go about this...
set @var = 'A'
set @var2 = @var + 1
...and have the result for @var2 be the letter B ?
Assume everything is in context, all the variables are declared properly, etc... I'm just hoping to figure out how to increment an alpha character by one.
Any ideas? Any gurus (ahem, Terry) have a solution for this?
How would one go about this...
set @var = 'A'
set @var2 = @var + 1
...and have the result for @var2 be the letter B ?
Assume everything is in context, all the variables are declared properly, etc... I'm just hoping to figure out how to increment an alpha character by one.
Any ideas? Any gurus (ahem, Terry) have a solution for this?