Are global variables shared across instances of the same script in different charts?
Announcement
Collapse
No announcement yet.
globals shared across charts?
Collapse
X
-
Globals in the sense that they are set in this manner setGlobalValue( varName, value ) and getGlobalValue( varName ) as defined
here in th eefs knowledbase are shared across charts.
Here is a sample set of two efs's implementing this concept here.
Also, here is another thread that discusses their use.
Comment