Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
String Checks
#6
Its the 'not' operator, for example...

Code:
Public void Test(int moose){

   If moose != 1337 {
   moose = 1337;
   }

}

Says if the int being passed in isn't set to 1337 then set it to 1337 - see?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)