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
Script Placement
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Script Placement
Hi Larry,
all handlers and functions in the script of the mainstack can be accessed by all substacks.
Best
Klaus
all handlers and functions in the script of the mainstack can be accessed by all substacks.
Best
Klaus
Re: Script Placement
Thanks Klaus,
Regards,
Larry
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.all handlers and functions in the script of the mainstack can be accessed by all substacks.
Regards,
Larry