Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TEXT...ENDTEXT problem
Message
 
 
To
08/01/2003 19:32:13
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00739638
Message ID:
00739657
Views:
6
Bill,

Looks like VFP inserts CRLF at the space closest to the every 1024 bytes. I see the same in VFP6SP5 but not in VFP8beta. However it only happens with single textmerge expression. The workaround could be to split 'lc' string into parts shorter than 1024 bites and put them into separate textmerge expressions.

>I'm using VFP7.0
>
>
>lc = <SomeString>  && len(lc)=1140
>TEXT NoShow
>  <<lc>>
>ENDTEXT
>
>This is ending up as 2 lines in the file I'm creating. It's breaking it at the last space in lc.
>I'm guessing that it's because len(lc)>1024.
>
>Any ideas on how I can stop it from breaking it into 2 lines?
>
>TIA
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform