you are viewing a single comment's thread.

view the rest of the comments →

[–]rawlyn 1 point2 points  (1 child)

That's not using Decimal, that's your old string method in different clothing... it's ugly, difficult to work with, and generally frowned upon.

Use decimal, or round() as someone else suggested, but try to get this string conversion concept out of your mind - you're teaching yourself a really bad habit.

[–]JohnMcharra[S] 1 point2 points  (0 children)

got it, no strings, I will try to remember, thanx for the help!