>
> I am calling a (child) epl from a (parent) epl via [- Execute($child,
> $param) -]
> The child epl does some processing based on the passed $param and creates
> some variables. The problem is that I would like to use child's
> vars in the
> parent epl and i don't want to have to pass these var
Gerald, et al;
Please consider this:
I am calling a (child) epl from a (parent) epl via [- Execute($child,
$param) -]
The child epl does some processing based on the passed $param and creates
some variables. The problem is that I would like to use child's vars in the
parent epl and i don't want