Hi
I am fairly confident that buried somewhere in the framework is something that accomplishes the same thing as the C "mod" function. I"ve looked at the documentation and cant find anything.
thanx
Printable View
Hi
I am fairly confident that buried somewhere in the framework is something that accomplishes the same thing as the C "mod" function. I"ve looked at the documentation and cant find anything.
thanx
Possibly you mean % operator.
or look at MATH class...
Quote:
Originally Posted by Alex F
Thats exactly what I meant. Thanks. ( I should have tried that before posting. Duh.)