Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rounding
Message
 
To
07/04/2003 13:20:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00774783
Message ID:
00774797
Views:
10
This message has been marked as the solution to the initial question of the thread.
You can double the number, round it to the nearest 0.0001, and then take half of that:
nVal = 0.00014
? ROUND( nVal * 2, 4 ) / 2
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform