You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi,
Is it possible to use a global var defined in a job (with a tSetGlobalVar) from an other job? This topic says no, but it was writed in 2006... ![]()
In fact, I want to access to a data used by some jobs. Context var seems to work as global var (accessible in the job only), no?
Can you help me please? ![]()
Thanks.
Fabien
Offline
Hi Fabien
The variable defined by tSetGlobalVar can't be used in other jobs.
As cahsohtoa said, you can define the context var and use the tRunJob to pass the parameter from one job to anther.
see [Forum, topic 1654] Passing context parameters in a tRunJob
Best regards
shong
Offline
Pages: 1