Re: Split, Substring and other functions in expression editor?
From: Sam Loveridge (sloveridge_at_adelaidebank.com.au)
Date: 01/12/05
- Next message: Jon Flanders: "Re: Split, Substring and other functions in expression editor?"
- Previous message: Jon Flanders: "Re: Scripting Functoid: Inline or External Assembly?"
- In reply to: Jon Flanders: "Re: Split, Substring and other functions in expression editor?"
- Next in thread: Jon Flanders: "Re: Split, Substring and other functions in expression editor?"
- Reply: Jon Flanders: "Re: Split, Substring and other functions in expression editor?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 Jan 2005 11:33:25 +1030
Thanks for your help. That was my last resort also. It's a pity it's not
built in, but I suspect that I will eventually have quite a few methods in a
utility "helper" class to perform the actions not supported by the editor.
Cheers, Sam.
"Jon Flanders" <jfland@develop.com> wrote in message
news:uzwp89D%23EHA.2680@TK2MSFTNGP09.phx.gbl...
> Create a .NET class with a method that takes a string and returns an
> ArrayList and call it from your expression shape.
>
> --
> Jon Flanders [DevelopMentor]
> http://staff.develop.com/jfland/
> http://www.develop.com/courses/biztalk
> "Sam Loveridge" <sloveridge@adelaidebank.com.au> wrote in message
> news:e4Jc76D%23EHA.2804@TK2MSFTNGP15.phx.gbl...
> > Any suggestions on how to get around it? There doesn't even appear to be
a
> > substring function.
> >
> >
> > "Jon Flanders" <jfland@develop.com> wrote in message
> > news:OkmDv2D%23EHA.1404@TK2MSFTNGP11.phx.gbl...
> > > I've never tried - but I am guessing it relates to the fact that
XLANGs
> > (the
> > > language you use in the Expression editor) doesn't support Arrays
> > >
> > > --
> > > Jon Flanders [DevelopMentor]
> > > http://staff.develop.com/jfland/
> > > http://www.develop.com/courses/biztalk
> > > "Sam Loveridge" <sloveridge@adelaidebank.com.au> wrote in message
> > > news:%23aEHXoD%23EHA.1408@TK2MSFTNGP10.phx.gbl...
> > > > Hi all. I'm trying to take a string variable in the BizTalk
Expression
> > > > Editor in an orchestration and split it on a pipe. Does anyone know
> what
> > > > happened to the split function?? This must be a simple thing I've
> > > > overlooked. I've declared a variable of type System.String, but
> > > intellisense
> > > > does not show all the string functions. I can see Join, but no Split
> ...
> > > am
> > > > I going mad???
> > > >
> > > > Sam.
> > > >
> > > >
> > >
> > >
> >
> >
>
>
- Next message: Jon Flanders: "Re: Split, Substring and other functions in expression editor?"
- Previous message: Jon Flanders: "Re: Scripting Functoid: Inline or External Assembly?"
- In reply to: Jon Flanders: "Re: Split, Substring and other functions in expression editor?"
- Next in thread: Jon Flanders: "Re: Split, Substring and other functions in expression editor?"
- Reply: Jon Flanders: "Re: Split, Substring and other functions in expression editor?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|