Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove chr(10)'s from a file??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01479909
Message ID:
01479934
Vues:
44
>lcStartingStringFile = FILETOSTR('MyFile.txt')
>lcResultStringFile = STRTRAN(lcStartingStringFile,CHR(10),'',1)
>STRTOFILE(lcResultStringFile,'MyFile.txt')

If speed of this operation becomes or is any issue,
IIRC ChrTran() will give you better speed for such an operation
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform