Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rename a file
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01047705
Message ID:
01047710
Views:
9
This message has been marked as a message which has helped to the initial question of the thread.
>I have a text file. how can I change its type to unicode in execution time?
Try
lcAnsiFile = "..."
lcUcFile   = "..."
STRTOFILE( STRCONV( FILETOSTR(lcAnsiFile), 5), lcUcFile)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform