Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From Unicode to ASCII
Message
 
 
To
02/02/2004 21:48:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00873193
Message ID:
00873236
Views:
22
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform