|
Home > Archive > BizTalk Server Orchestration > August 2004 > Newline char in String Concatenation functiod
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Newline char in String Concatenation functiod
|
|
|
|
Hi
How to add newline charcter in String Concatenation functiod ?
Regards
Guru
| |
| Alan Smith 2004-08-17, 5:50 pm |
| Hi,
I guess you have tried adding "\r\n" as a parameter???
You could try a scripted functoid in C# that returns param1 + "\r\n".
Cheers,
Alan
"Guru" wrote:
>
> Hi
>
> How to add newline charcter in String Concatenation functiod ?
>
> Regards
> Guru
>
>
| |
| Jeff Lynch 2004-08-17, 5:50 pm |
| You may want to try a scripting functoid using System.Environment.NewLine
also.
--
Jeff Lynch
"A BizTalk Enthusiast"
http://dotnetjunkies.com/WebLog/jlynch/
"Alan Smith" <AlanSmith@discussions.microsoft.com> wrote in message
news:0CB8CA76-2439-46D7-B01B-84411CC10B96@microsoft.com...[vbcol=seagreen]
> Hi,
>
> I guess you have tried adding "\r\n" as a parameter???
>
> You could try a scripted functoid in C# that returns param1 + "\r\n".
>
> Cheers,
>
> Alan
>
>
> "Guru" wrote:
>
|
|
|
|
|