Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From Unicode to ASCII
Message
 
 
À
02/02/2004 21:48:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00873193
Message ID:
00873236
Vues:
23
>When I run that code, I got the ?. I simply did:
>MESSAGEBOX(StrConv(StrConv(FILETOSTR('Incoming\ER20040202230920.txt'),3),6)) >
It should be
MESSAGEBOX(StrConv(SUBSTR(FILETOSTR('Incoming\ER20040202230920.txt'),3),6))
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform