Search:

Type: Posts; User: GregBrannon

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    769

    Re: IF with strings?

    When you want help with errors, post them, copied and pasted into your post just as they appear at your end.

    Okay, this one's fairly easy. Remove the ':' at the end of the 'if' statement.
  2. Replies
    4
    Views
    769

    Re: IF with strings?

    Common error. Don't use the equality operator, "==", to compare Strings. Use the equals() method instead.
Results 1 to 2 of 2