Search:

Type: Posts; User: Junky

Search: Search took 0.12 seconds.

  1. Replies
    10
    Views
    1,529

    Re: Frames - Using and creating (+another question)

    Same advice as above. Use a loop.
  2. Replies
    10
    Views
    1,529

    Re: Frames - Using and creating (+another question)

    You will need a loop.

    loop {
    prompt user for input;
    if input is valid {
    break loop
    }
    }
Results 1 to 2 of 2