Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Round
Message
From
03/05/2005 05:37:28
 
 
To
03/05/2005 05:28:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Round
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01010405
Message ID:
01010411
Views:
23
:)

One of my methods to round numeric or currency data in accounting systems/programms:
Int(X+0.49)
where 0.5 -> 0 and 0.51 -> 1

>Int(x+0.5)
Previous
Reply
Map
View

Click here to load this message in the networking platform