It's been said (I think Raymond Chen said it) that there's an important question every programmer should ask himself whenever contemplating doing something out of the ordinary. That question is, "what would happen if two people wanted to do this?"
To answer your question, though: no, there's not. On 3/22/2010 3:52 PM, Tyler Spivey wrote:
Is there a way of ensuring that my OnSpeak event is called last, besides disabling any other scripts that use it? I want to pass everything onto synthesizers.active.speak, after modifying the text and adding control codes. In order to do this reliably, I'll want to have my OnSpeak called last, since it will have to return "" and thus will break everything that comes after it.
