Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing break lines from a .txt file
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01197525
Message ID:
01197527
Views:
18
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform