If your number is 12, and it is an integer, and you are trying to print it as a string, why not convert it to a string and then do a simple string operation on it before display?
ie
number=12
total=number.tostr()+"00"
' or ".00" to show two decimal places
Print total