Search:

Type: Posts; User: Discoveringmypath

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Confused on if statements condition...

    Hello Zaphod_b,

    Thanks for the reply, you hit it on the nose. I was looking at it wrong, it doesn't return false when I input 'q'. I was mistaken. I ended up looking back at the code and realized...
  2. [SOLVED] Confused on if statements condition...

    Hello All,

    I have a if statement that uses the or ( '|' ) and the and ( '&' ) for the if's condition. Here is the code:


    if (ch < '1' | ch > '7' & ch != 'q') return false;

    else return...
Results 1 to 2 of 2