Search:

Type: Posts; User: Dalisra

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    9,909

    Re: Breaking out of multiple loops

    I wrote a short code to test my theory and it worked, however I believe you can reuse and optimize the code in a better way to get the same results, this is just an example how to do it:


    ...
  2. Replies
    4
    Views
    9,909

    Re: Breaking out of multiple loops

    Hi,
    have you tried using:
    break;
    ?
Results 1 to 2 of 2