Modular In Asp
I want to check the modular however I am sure about the syntax. Code:
number=rs.recordcount
if number modular 16 =0 then
do something
I want to check the modular however I am sure about the syntax. Code:
number=rs.recordcount
if number modular 16 =0 then
do something
For example in Universe x = mod(116/10), x would = 6 the remainder of the division?
View Replies View Related