04-04-2009, 01:55 AM
Fox Wrote:Its the 'not' operator, for example...I understand the code you passed on. But he part:
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?
Code:
!A-Za-z