Search:

Type: Posts; User: Matticus

Search: Search took 0.07 seconds.

  1. Replies
    17
    Views
    2,051

    I feel that you're not grasping the core...

    I feel that you're not grasping the core difference here. To water it down:

    The assignment operator (=) makes one thing another (changes its value).

    The comparison operator (==) checks to see...
  2. Replies
    17
    Views
    2,051

    See post #7.

    See post #7.
  3. Replies
    17
    Views
    2,051

    What is line 36 supposed to be doing?

    What is line 36 supposed to be doing?
  4. Replies
    17
    Views
    2,051

    Post that version of the code, please.

    Post that version of the code, please.
  5. Replies
    17
    Views
    2,051

    That's probably because you're also mixing up...

    That's probably because you're also mixing up with equality operators (==) with assignment operators (=).
  6. Replies
    17
    Views
    2,051

    "Doesn't work" is a vague and useless description...

    "Doesn't work" is a vague and useless description of your problem. For the best assistance, post the updated code along with all warning/error messages you've received.
  7. Replies
    17
    Views
    2,051

    It means you're mixing up assignment operators...

    It means you're mixing up assignment operators (=) with equality operators (==) in multiple places.
Results 1 to 7 of 7