10-29-2010 03:10 PM - edited 10-29-2010 03:12 PM
Hi All,
I have a sequence that calls itself in certain condition and save output data cluster to local (its own thread). I can't figure out how to read this data cluster from other thread ( the caller of the sequence. I can't use global because this is running in batch model).
I appreciate the help in advance.
10-29-2010 03:53 PM
I did some deeper research and found I needed to change How Passed to by reference. Thanks.
11-01-2010 02:15 AM
Hi,
Glad you were able to sort this out yourself.