Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CAST Problem B... with multicasting invariance
Message
De
09/06/2004 05:37:42
 
 
À
08/06/2004 22:17:47
Peter Wagner
Point Informática Ltda.
Limeira, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00911051
Message ID:
00911591
Vues:
17

Fabio,
I was reading the help file and the CAST Conversion from Character to Datetime is not Full but Partial.
You can get what you want this way:

t=DATETIME()
SET CENTURY OFF
?CAST(m.t AS D)=CAST(CAST(m.t AS C(8)) AS D)

or

t=DATETIME()
SET CENTURY ON
?CAST(m.t AS D)=CAST(CAST(m.t AS C(10)) AS D)

Peter

thanks Peter, i have not problem to found a workaround.

The problem is conceptual.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform