Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The old issue ( bug ) on ROUND() function
Message
De
14/01/2005 05:04:26
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
The old issue ( bug ) on ROUND() function
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00977091
Message ID:
00977091
Vues:
59
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform