Hi!
I would like to know if there is a function to separate the integer part from the decimal part of a number....for example:
if I have the number 24, I make 24/10 = 2.4 How can I've the 2 and 4 separated in two variables!
I need this because I have to map font with textures...
Thanks!