01-10-2006, 03:56 AM
Int(Rnd * 10)
Right so lets say m = Int(Rnd * 10)
Is there any way to say:
Basically, I want to know if a variable is an even number.
Right so lets say m = Int(Rnd * 10)
Is there any way to say:
Code:
If m = even-number then
Basically, I want to know if a variable is an even number.