Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The old issue ( bug ) on ROUND() function
Message
From
14/01/2005 05:04:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
The old issue ( bug ) on ROUND() function
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00977091
Message ID:
00977091
Views:
60
Run this:
CLEAR
FOR K=3 TO 15
    x=ROUND(ROUND(147.325,m.k),2)
	? m.k	,	m.x
NEXT
First new VFP10 behaviour to implement:
DECIMAL(N,M) datatype.
with INTEGER 64 or INTEGER 128 format

Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform