Re: Split, Substring and other functions in expression editor?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Sam Loveridge (sloveridge_at_adelaidebank.com.au)
Date: 01/12/05


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.
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Relevant Pages

  • C code passing a pointer to a function to a C# .Net object?
    ... I have a bit of C code, that creates an instance of a .Net class that has been built as a type library. ... What I would like to also do is pass a pointer to C function to one method to store it as a callback, then later have another method call that callback. ... I know this is not a "safe" operation, but I am wondering if it can be done. ... If not what other methods do I have to implement a callback to C code from a .Net class that is a type library? ...
    (microsoft.public.dotnet.languages.csharp)
  • How to create an instance of a vb.net class from vc++
    ... I am trying to create an instance of a vb .net class containing a form from ... The vb.net is a dll. ... I suspect this is quite simple though. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vc)