Sep 27, 2004 #1 Mooha34 Programmer Joined Sep 27, 2004 Messages 1 Location US How do you roudn a number to only have 2 decimal places in Extra Enterprise 2000? The Round(X,Y) format gives me a bug. Thanks
How do you roudn a number to only have 2 decimal places in Extra Enterprise 2000? The Round(X,Y) format gives me a bug. Thanks
Sep 27, 2004 #2 calculus Programmer Joined Apr 10, 2003 Messages 390 Location US This does the trick for me. Test = 54.3256 msgbox format(Test,"##.##") calculus Upvote 0 Downvote