Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open,read,convert
Message
 
À
13/11/2001 22:43:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00581297
Message ID:
00581299
Vues:
16
>Dear All,
>
>Can anybody explain step by step how to open,read,convert a file (hex format) into readable format (ascii), or may be give some concept how to do it.
>
>Thanks,
>Andreas.

Basically,

cFile=FILETOSTR(cFileName)
cFile=CHRTRAN(cFile,"abc","123")
STRTOFILE(cFile,cFileName)

HTH :)
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform