Previous Topic: Problems with the WINP CommandNext Topic: Prevent an Endless Loop


Prevent an Infinite Wait

To prevent an infinite wait, specify a time-out period using the OPTION command with the TIME operand. For example, to tell the program to branch to the statement labeled RESUME after 20 seconds of inactivity, use the following statement:

OPTION TIME=20,RESUME