Newbie Question... modulo
Hi there!
Hm, shame on me but I really don't get it.
I just want to do sth. like that:
int i = someInt;
if ((i %=2) == 0) {
dosth();
}
How do I manage comparing an int value with an Float value reduced to the "int-part"?
Thanks in advance
Bumbes

