Dr. Hawkins wrote:

> I (like I assume many others) have a number of places with blocks like
>
> send doIt to stack worker in 0
> wait 0 with messages
> doSomethingElse
>
> I'm seeing a situation in which the code hits "DoSomethingElse"
> before the "doIt" happens.

If you want to ensure "doIt" happens before the calling handler continues, why not just remove the "in 0" clause?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to