Forum Discussion

Oesmerilhador's avatar
Oesmerilhador
Occasional Contributor
8 years ago
Solved

Repeating endless test ?

how to infinite looping of the whole process ?

  • Well you could simply add a while loop and just set the check variable to true.

     

     

     

  • Marsha_R's avatar
    Marsha_R
    8 years ago

    Yes, your While loop is in the correct place, but anything that you want to run inside that loop needs to be indented under it.  Use the green arrow to shift everything that needs to be in the loop.

     

     

4 Replies

  • Well you could simply add a while loop and just set the check variable to true.

     

     

     

    • Oesmerilhador's avatar
      Oesmerilhador
      Occasional Contributor

      The location of the while loop is correct ?

      • Marsha_R's avatar
        Marsha_R
        Champion Level 3

        Yes, your While loop is in the correct place, but anything that you want to run inside that loop needs to be indented under it.  Use the green arrow to shift everything that needs to be in the loop.