I have a variable stored as an integer e.g var = 200409
Is there a function that exists that will allow me to extract the last two numbers from the right of this value?
i.e newvar = 09
Thanks
Mark