stones1030
Programmer
Can someone tell me how to do this?
I have a script A which should set some variables var1,var2.
script A will call script B which should be able to access var1 and var2 values as set by script A.
var1 and var2 can be anywhere as long as they are set by script A and accessible by script B. I mean system variables/global variables.
ANy help will be appreciated
I tried using 'our' . It didn't work.
Thanks,
Stones
I have a script A which should set some variables var1,var2.
script A will call script B which should be able to access var1 and var2 values as set by script A.
var1 and var2 can be anywhere as long as they are set by script A and accessible by script B. I mean system variables/global variables.
ANy help will be appreciated
I tried using 'our' . It didn't work.
Thanks,
Stones