11-16-05 10: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 wan
t
to put the results into a collection or array – but that can not be direct
ly
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
>
>
[ Post a follow-up to this message ]
|