Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,410

    Re: Absolute beginner with errors in code

    The code still needs formatting. The }s should NOT be in the same column one below the other. Each should be indented and be in alignment beneath the start of the statement with the pairing {. That...
  2. Replies
    9
    Views
    1,410

    Re: Absolute beginner with errors in code

    Check the pairing of {}s. Each { needs to have a pairing }.

    The statements in the last half of the code need to be properly indented to show the nesting level.
    Proper formatting will make...
  3. Replies
    9
    Views
    1,410

    Re: Absolute beginner with errors in code

    Please copy the full text of the error messages and paste it here.
Results 1 to 3 of 3