Stretchwickster
Programmer
I need to find out the last digit in a 10-digit LongInt variable. Has anyone got any ideas on how to achieve this?
e.g. 2147287045 - I need to be able to access just the '5' (the last digit)
Is it possible to cast it into a String? Or do some mathematical function on it to get that final digit?
Your help would be much appreciated
e.g. 2147287045 - I need to be able to access just the '5' (the last digit)
Is it possible to cast it into a String? Or do some mathematical function on it to get that final digit?
Your help would be much appreciated