Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memowidth
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00613621
Message ID:
00613625
Views:
9
>Hello,
>
>I use the following code:
>
>
>SET MEMOWIDTH TO 50
>SELECT MyTable
>SCAN
>TEXT TO lcInfo TEXTMERGE NOSHOW
><<REPLICATE("=",50)>>
><<MyTable.Memo1>>
><<REPLICATE("=",50)>>
>ENDTEXT
>ENDSCAN
>
>
>What happens is, that if the memo field is very large, the text does not brake by column 50 as I expected to. SET MEMOWIDTH does not influence the line brake.
>
>What can I do that the memo field brakes the lines at a certain line length?

Add CHR(13)+CHR(10) at the end of the line and see if you get your breaks.
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform