Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Carriage return
Message
From
10/06/2005 11:33:12
 
 
To
10/06/2005 09:34:01
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01022118
Message ID:
01022169
Views:
14
Hi Jerry.

>What is the correct way to place a carriage return at the end of each line when creating a text file?
>
>I have been doing this:
>***
>myString = cString1 + CHR(13) + CHR(10) + ;
> cString2 + CHR(13) + CHR(10) + ;
> cString3 + CHR(13) + CHR(10)

A somewhat different suggestion:
text to MyString noshow textmerge
<<cString1>>
<<cString2>>
endtext
Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform