Quote Originally Posted by Kamikaze47 View Post
thanks shimask
???????

The only problem im having now is with rounding. If the real percentage is 65.28% id like it to display 65.3%, but of course im getting 65.2 because its just truncating the result.
Add .05 to everything...but that's a good trick since PBP doesn't support decimal points.
So how are you handling that?