Search:

Type: Posts; User: Junky

Search: Search took 0.20 seconds.

  1. Replies
    7
    Views
    1,356

    Re: I am having a hard time fixing this error

    Just because you changed something and it generated more errors does not mean that the change was wrong. All those errors you see were already in your code, it was just that the previous error was so...
  2. Replies
    7
    Views
    1,356

    Re: I am having a hard time fixing this error

    Semicolons are used to designate the end of a statement. The "other places" are fine if it is the end of a statement. Whereas your code doesn't make sense. What are you trying to do?
    ...
  3. Replies
    7
    Views
    1,356

    Re: I am having a hard time fixing this error

    Colorink;showInventory();

    In all the examples on the web and in text books have you ever seen code written with that notation? I sure haven't. What exactly is the semicolon after Colorink supposed...
Results 1 to 3 of 3