functions in other stacks: how to call?

Jan Schenkel janschenkel at yahoo.com
Sun Dec 1 11:40:01 EST 2002


--- Oliver Hardt <hardt at u.arizona.edu> wrote:
> hello:  i have a project with several stacks.  if i
> am in stack A and 
> want to call a function that is in the stack script
> of stack B, how 
> do i do it?  thank you.  olli.
>

Hi Olli,

If stack B is the mainstack of stack A, there's
nothing you have to do, the message will be sent up
the path and the mainStack will return the result.
If stack B is a separate stack, the easiest way is:
  start using stack B
from the openStack handler of stack A.

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La Rochefoucauld)

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the use-livecode mailing list