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:
00012135
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


try the FLOOR function. i know it works w/ integers -- sorry i don't have access to the fox help files right now.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform