Extracting Digits (from a number) as Integers.
Hey folks!
Lets say I have an attribute: game.number=4250
I would like to create an expression which will look at game.number and tell me what the last 2 digits are. Or the last digit... or even the last 3 digits for that matter.
Lets say I have an attribute: game.number=4250
I would like to create an expression which will look at game.number and tell me what the last 2 digits are. Or the last digit... or even the last 3 digits for that matter.
Comments