Jump to content

Wait Command Evaluate Option


io_guy

Recommended Posts

How about an option when using the WAIT command in programs...

Choice of the standard method (re-evaluate IF statement after WAIT period is expired) or a "continue" option which would continue the THEN/ELSE execution without IF re-evaluation.

 

This would allow for a lot cleaner sequential programming.

Link to comment

Hello io_guy,

 

I like this option and it shall be included in our requirements. Currently, you can do the same thing with two programs:

 

If

some condition

Then

Run program 2 (Then Path)

 

Program 2:

If

no condition

Then

Wait (as much as you want)

 

Program 2 is not going to be interrupted.

 

 

With kind regards,

Michel

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...