Page 1 of 1
Script Placement
Posted: Thu Feb 11, 2010 12:22 am
by lohill
My project consists of a main stack and several sub-stacks. If I have a function that needs to be accessed from multiple sub-tacks, where should it be placed so that it can exist in one place and yet be accessed from many?
Thanks,
Larry
Re: Script Placement
Posted: Thu Feb 11, 2010 9:26 am
by Klaus
Hi Larry,
all handlers and functions in the script of the mainstack can be accessed by all substacks.
Best
Klaus
Re: Script Placement
Posted: Thu Feb 11, 2010 6:14 pm
by lohill
Thanks Klaus,
all handlers and functions in the script of the mainstack can be accessed by all substacks.
While I was waiting for a reply, I tried putting my function in the main stack and it worked just fine. I should have tried that before I asked my question.
Regards,
Larry