08-18-04 10:52 PM
It's not possible... The expression shape is fairly limited with regards to
its native .NET understanding... Best way to get around this is to embed
this in an external assembly.
Best regards,
Christof
--
Christof [Microsoft BizTalk Server MVP]
"MarkS" <markscott@newsgroups.nospam> wrote in message
news:246A4C25-8BEE-48BB-92F1-F191155EF3F8@microsoft.com...
> Is it possible to do something like this within an Expression shape:
>
> strCCN = srcFileName.Substring(0, srcFileName.IndexOf("_"));
>
> When I do this, the Expression shape doesn't understand what the heck
> Substring is. I'd rather not include a custom class project if I don't
have
> to... but I know that would work... just complicates deployment some.
[ Post a follow-up to this message ]
|