Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Number with 18 digits
Message
De
20/11/2003 14:26:59
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00851988
Message ID:
00852010
Vues:
9
Hi Fabian,

Read on help:

Numeric Data Type

VFP variable are stored on
floating point,
integer
and currency.

Max integer value is 2^53 = 9007199254740992
? 9007199254740992-(9007199254740992+1)
? 9007199254740992-9007199254740992+1
Computation with decimal numbers is done in floating point with exponent.

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform