08-12-04 10:50 PM
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 ]
|