Conditional Processing Restrictions

To prevent an infinite program loop, be aware that the following restrictions apply:

  1. When the conditional action is to take place before the current subpage:
    1. Actions specified as taking place before the current subpage are shut off until the end of the current subpage.
    2. Actions specified as taking place before the current line are shut off for one line (the first line processed in the subpage).
  2. When the conditional action is to take place before the current line, actions specified as taking place before the current subpage or before the current line are shut off for one line.