|
Re: Programmatically Toggling a Boolean Control
Can't directly break into a while loop while it's running. New values won't pass through it's borders
It alone decides when it's done.
You could set a Global variable in a parallel task (i.e., not a check that is linked to the loop in any way) that gets read within the loop.
Here's your example using that. ( Adding Global Variables )
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
Last edited by Mark McLeod : 05-02-2013 at 16:30.
|