> >Hi all, > >Does anyone know of a way to direct a function call to a specific object >(stack)? >Something like "put the myFunction() of stack myStack into foo". >I've got a specialized substack, and I need to call a function in there >from a stack higher up the message hierarchy. What happens if you call the function directly? The other thing that comes to mind is to use "start using <nameOf stackWfunction>", call the function, put the result in a variable and then "stop using...". But you should really have that function at a level where you can access it the easy way. > >TIA > >Leston Drake, President >LetterPress Software, Inc. > > >Archives: http://www.mail-archive.com/[email protected]/ >Info: http://www.xworlds.com/metacard/mailinglist.htm >Please send bug reports to <[EMAIL PROTECTED]>, not this list. > >. Regards, Andu _______________________ [EMAIL PROTECTED] Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
