
-----------------------------------
GoodbyeSoberDay1
Mon Mar 31, 2008 11:45 am

Quick Math Function Question
-----------------------------------
Hi,

What would i use for "Not equal to" (in writing this is and equal sign with a slash through it), so I'm guessing it's "/=", just need to confirm it. 

Thanks

-----------------------------------
Vermette
Mon Mar 31, 2008 11:49 am

RE:Quick Math Function Question
-----------------------------------
!=

/= is division shorthand. i.e. if a=10, then a=/2; will result in a=5;

-----------------------------------
GoodbyeSoberDay1
Mon Mar 31, 2008 11:50 am

Re: Quick Math Function Question
-----------------------------------
Thanks alot!  :D

-----------------------------------
Vermette
Mon Mar 31, 2008 11:51 am

RE:Quick Math Function Question
-----------------------------------
Not so fast!  Looks like I got ahead of myself.  != is C syntax.  Try not=

-----------------------------------
GoodbyeSoberDay1
Mon Mar 31, 2008 12:00 pm

Re: Quick Math Function Question
-----------------------------------
Lol, alright. Thanks.

-----------------------------------
Carey
Mon Mar 31, 2008 12:11 pm

RE:Quick Math Function Question
-----------------------------------
!= is also Java syntax. ahh Java.......so much more annoying that Turing...and a TON more powerful

-----------------------------------
A.J
Mon Mar 31, 2008 1:14 pm

Re: Quick Math Function Question
-----------------------------------
or also try ~= instead of not=.................go BITWISE  :lol:
