May 9, 2001 #1 marsy Programmer Oct 28, 2002 1 DE I have a floating point number that I only want to display three decimal places of. How do I truncate the number? --Marsy
I have a floating point number that I only want to display three decimal places of. How do I truncate the number? --Marsy
May 9, 2001 #2 dpaulson Programmer May 7, 2000 347 CA YourVariable = Round(YourVariable, 3) David Paulson Upvote 0 Downvote