Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Issue: CAST numeric to Char return Double format
Message
De
04/01/2005 12:13:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Issue: CAST numeric to Char return Double format
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00974121
Message ID:
00974121
Vues:
50
CLEAR
x=235.344
FOR k=1 TO 50
  x = x/10
? CAST(m.x AS N(6,2)), CAST(CAST(m.x AS N(6,2)) AS V(50))
NEXT
Well. 1E-30 it is a limit for the conversion ruotines.

Fabio
Répondre
Fil
Voir

Click here to load this message in the networking platform