Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Round Down
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Miscellaneous
Thread ID:
00012128
Message ID:
00012130
Views:
32
>Does anyone have or know how to round down in foxpro 2.6a. What the user wants is to take 2 numbers and multiply those together to get a rounded down third number. Example:
>
>num1 = 1.254
>num2 = 2
>
>num1 * num2 = 2.508
>
>But they want 2.50 stored in the table.
>
try 0.01*int(x*100).

HTH,

Marc

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform