#1
Decimal points
I having problem with floating text.When i create a floating text, there are decimal points.How do I make the decimal points not show.

604 posts
Indonesia
joined
#2
Re: Decimal points
ShollkeeI having problem with floating text.When i create a floating text, there are decimal points.How do I make the decimal points not show.
Casting it to integer. I mean convert the real value into integer, then convert the integer into string, then display it as a floating text.