Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TEXT ... ENDTEXT question
Message
From
07/04/2008 12:01:02
 
 
To
06/04/2008 13:16:38
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01307554
Message ID:
01308747
Views:
11
>>>Certainly you have a choice. Remove the semicolons! :)
>>>lcDoThis = chrtran(m.lcDoThis,';','')
>>
>>I don't think it's the semicolons. It's the CRLF put in by TEXT/ENDTEXT
>>lcDoThis = chrtran(m.lcDoThis,';'+CHR(13)+CHR(10),'')
>>
>>UPDATE: Didn't realize Cathy had posted essentially the same (but better since it included TABS) solution
>>
>>
>>Actually, I don't see any reason for the semicolons at all.
>
>There is a reason to include the semicolons. If you copy and paste the lines from within the text...endtext into the command window or some temporary testing prg, you can run the "lines" while preserving your formatting.

That makes sense....thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform