| Author |
splitting a string variable
|
|
|
| how do split i string variable in an expression shape? actually what i am
looking for is a nice solution to spilting a string containing emails it
looks like this a@a.dk;b@b.dk;c@c.dk etc etc.
and send then send a message to the diffrent recipients.
cheers
| |
| Stephen W. Thomas 2005-11-16, 5:57 pm |
| Hello.
The best way to do this would be to pass it out to a .net component. Then,
you can do any type of string manipulation you want. You would probably want
to put the results into a collection or array – but that can not be directly
returned to the Orchestration.
What I have done in the past is return an int for the number of items I
have. Then, use a loop shape and a counter to call back into the .net
component and return the items one at a time.
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
http://geekswithblogs.net/sthomas/
"mm" wrote:
> how do split i string variable in an expression shape? actually what i am
> looking for is a nice solution to spilting a string containing emails it
> looks like this a@a.dk;b@b.dk;c@c.dk etc etc.
> and send then send a message to the diffrent recipients.
>
> cheers
>
>
| |
|
| I am on to it thanks ;)
"mm" wrote:
> how do split i string variable in an expression shape? actually what i am
> looking for is a nice solution to spilting a string containing emails it
> looks like this a@a.dk;b@b.dk;c@c.dk etc etc.
> and send then send a message to the diffrent recipients.
>
> cheers
>
>
|
|
|
|