Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open,read,convert
Message
 
To
13/11/2001 22:43:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00581297
Message ID:
00581299
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform