Search:

Type: Posts; User: mortalc

Search: Search took 0.09 seconds.

  1. Replies
    12
    Views
    8,488

    Re: Start code again?

    Could you give a quick example on how to do it in this specific case?
  2. Replies
    12
    Views
    8,488

    Re: Start code again?

    I've got a book on Java, and it mention while loops but said nothing on while(true) loops (unless they're the same thing), nor continue statements. help?
  3. Replies
    12
    Views
    8,488

    Re: Start code again?

    Thanks! So what would be the code for that?
  4. Replies
    12
    Views
    8,488

    Re: Start code again?

    Yes.
    1. Password Field 1
    Passed: go to Password Field 2
    failed: restart from Password Field 1
    2. Password Field 2
    Passed: go to Password Field 3
    failed: restart from Password Field 1
    3....
  5. Replies
    12
    Views
    8,488

    Re: Start code again?

    Is that the only way to do it? Just out of interesst. Is there no way just to say "If this happens, start again." iunstead of being in a while loop? Because surely that would meen do everything and...
  6. Replies
    12
    Views
    8,488

    Start code again?

    Assuming that Java is done in a linear form, how can I start a code from the beginning?
    for example, say I have a set of Password Fields, and if any is gotten wrong, the whole code starts again from...
Results 1 to 6 of 6