Thanks everyone for responding. It seems sending a parameter to the handler is the way to go.
It would be nice if there were a lingo term called "the callstack" that was a linear list. This would not only be the equivalent of Flash's arguments property for a function, but it would one up it, by being able to keep track of any and all previous handlers that have led to the one you're currently in. My make believe Lingo: theHandlers = the callstack put theHandlers[theHandlers.count] -- #currentHandler put theHandlers[theHandlers.count - 1] -- this would get the handler that called the one you're in Something to request for the next version??? - Michael M. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
