BizTalk Server Orchestration - String Variable in an Orchestration

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > December 2004 > String Variable in an Orchestration





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 String Variable in an Orchestration
Rick

2004-12-17, 5:48 pm

How do I use string methods within an Orchestration.
I would like to be able to do the following.

myStr = myXML.Myfield;
myInt = myStr.IndexOf("this",1);


thank you
Rick
Stephen W. Thomas

2004-12-17, 5:48 pm

Hello.

The Orchestration puts restrictions on the use of String and other .net data
types. In the past, I have used the StringBuilder class instead.

Charles Young talks about it here:
http://geekswithblogs.net/cyoung/articles/3820.aspx
Under Primitive Data Types

Stephen W. Thomas
http://www.geekswithblogs.net/sthomas


"Rick" wrote:

> How do I use string methods within an Orchestration.
> I would like to be able to do the following.
>
> myStr = myXML.Myfield;
> myInt = myStr.IndexOf("this",1);
>
>
> thank you
> Rick
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com