Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Please help with my while loop that turned into infinite loop!

    The break in the switch is for the switch to prevent falling through to the next case. It causes execution to exit the switch statement.
    begin loop
    menu
    do stuff
    end loop
  2. [SOLVED] Re: Please help with my while loop that turned into infinite loop!

    If you want the code to loop back to the menu part, you will have to put that inside of the loop.
Results 1 to 2 of 2