Need Help
Posted: Thu Mar 10, 2011 3:33 pm
Hi.
What is the problem whit this?:
I would like to reach if the textNumber can be divide with 40(without rest).
Please Help.
What is the problem whit this?:
- Code: Select all
if(textNumber % htime){
//...
}
I would like to reach if the textNumber can be divide with 40(without rest).
Please Help.