Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: CAST it is not invariant regarding SET POINT
Message
De
07/06/2004 18:09:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
BUG: CAST it is not invariant regarding SET POINT
Divers
Thread ID:
00910938
Message ID:
00910938
Vues:
42
Repro code:
CLEAR
SET POINT TO
? 'decimal point',SET("Point")
? NTOM(VAL(TRANS(1.4000)))

? CAST(CAST(1.4000 AS C(20)) AS Y)


SET POINT TO ','

? 'decimal point',SET("Point")
? NTOM(VAL(TRANS(1.4000)))  && VFP8 conversion

? CAST(CAST(1.4000 AS C(20)) AS Y),'   aspected 1.4000, that is a CAST must to be invariant respect to Decimal point'
Fabio
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform