Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rounding
Message
From
21/10/1997 12:52:11
 
 
To
21/10/1997 12:45:15
Shane Gilbert
Oklahoma State Department of Education
Norman, Oklahoma, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00055770
Message ID:
00055775
Views:
26
>I have a program that calculates a bunch of dollar figures as well as many whole number counts. Somehow I need the dollar figures to always round down(ie. 98.768 = 98.76), and the whole number counts to round up(55.6 = 56). These calculations are spread throughout the many forms and pages that make up the application. I am hoping for some type of SET option.

Sorry, I don't know an easy way out (SET option).

You will need these two functions:
- Floor() for the dollar
- Ceiling() for the whole numbers
Previous
Reply
Map
View

Click here to load this message in the networking platform