There are a couple of ways. One is to use the DIG command to extract the numbers. Another way would be to use the /(divide) and //(modulus) functions.

So, you print (number /100)
print decimal point
print (number // 100)

I do not have a handy example to show you.