Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rename a file
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01047705
Message ID:
01047710
Vues:
8
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform