Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing break lines from a .txt file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01197525
Message ID:
01197527
Vues:
16
>I've got help from this forum and did the routine below
>
>However I can not remove the line breaks from the file
>even if I rename the fine to .txt
>
>****************************************
>SET SAFETY off
>
>Text1 = FILETOSTR("details.csv")
>
>STRTRAN(text1, CHR(13)+CHR(10), CHR(13))
>
>STRTOFILE(text1, "details.csv")
>
>SET SAFETY ON
>*****************************************
STRTRAN(text1, CHR(13)+CHR(10), [ ])
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform