04-24-05 10:47 PM
I have run into a situation that seems strange. I have two orchestrations
I want to call from my Main orchestration. I setup variables (Int32) that
hold values to be passed to each of the orchestrations (Sub1 and Sub2). I
have found that I cannot "reuse" the parms sent IN to Sub1 to call Sub2.
Instead I have to declare new Int32 parms for it and assign them to the
same values as the Sub1 IN parms. Is this the way it is supposed to work?
[ Post a follow-up to this message ]
|