I need to be able to halt my program until a certain boolean changes value.

The only way I know to do this is to run a constant loop, rechecking the boolean value until it has changed, but this locks up the computer...

The current release of RB is 5.2.1 and it doesn't have a DoEvents or anything like that.

Does anyone have any Ideas?

Thanx,

Joshua Foulk