>insert script of stack "MyMainStack" into back > >Somewhere I found this code snippet, without a real good explanation of why one would >need it. Does this transcript do anything really? Doesn't the mainstack already catch >all messages by virtue of being the main stack? > >Alex Rice, Software Developer >Architectural Research Consultants, Inc. >[EMAIL PROTECTED] >[EMAIL PROTECTED]
You might have more than one main stack open. This makes "MyMainStack" sort of a super main stack, getting messages sent in other main stacks after the other main stacks have had a chance. -- regards, Geoff Canyon [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
