On 8 May 2007, at 11:27, Sivakatirswami wrote:


 repeat while sDataRead = false
    wait for messages
  end repeat

## skts: I don't understand "wait for messages" what does that do?

The above three lines are the equivalent of this:

     wait until sDataRead is not false with messages

I heard that the "wait for messages" form was less resource intensive because the condition was checked less often. But some limited testing showed no great difference.

Cheers
Dave


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to