Mark,
If you're trying to pass the Locals to another TestStand sequence, try
specifying the Parameter as a Container type. Then simply specify "Locals"
for that parameter in the sequence call in your top level sequence.
If you're trying to pass the Locals to an ActiveX control, you will need to
specify it as an ActiveX reference then pass the sequence context. The
ActiveX DLL will then have to derive a reference to the Locals collection
from the Sequence Context reference.
Bob Rafuse
ETEC Inc.