How can I incorporate carriage return (Chr(13) between 2 strings ?
- From: patrick santoni <flyconcept@xxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Sat, 25 Oct 2008 08:32:40 +0200
good morning brendan,
your product FTC is a very powerfull word processor. But it’s not
always easy to use the API FTC.
My little problem is the following :
I have one string S1= “The life is beautiful”
the secund one is string S2= “but there is nowdays an economic crisis.”
I wish to put S1 +carriage return +S2 into FTC window
so how can I incorporate carriage return (Chr(13) between S1 ans S2 ?
If i create S=S1+chr(13)+S2, there is no carriage return in fact.
Thanks for your help
Patrick Santoni from France
- Follow-Ups:
- Re: How can I incorporate carriage return (Chr(13) between 2 strings ?
- From: Brendan Murphy
Other related posts:
- » How can I incorporate carriage return (Chr(13) between 2 strings ?
- » Re: How can I incorporate carriage return (Chr(13) between 2 strings ?
- Re: How can I incorporate carriage return (Chr(13) between 2 strings ?
- From: Brendan Murphy