Suppose I have a 5-digit integer, and I want to recover the last 2 digits. I just want to lop of the 1st 3 digits. Is there an easy way to do this ?
If the variable were character, I could do this using a trim function.
What I had in mind was an indexed internal read of the variable containing the 4-digit integer but I can't get the read format right.
Any slick ideas?