B
Brian Hammer
All - I once came across an example that used the mod in an if then...
What I need is to:
if i = 100 or i = 200 or i = 300 or .... then
do my work
end if
i can be from 10 to 10,500, therefore the if would be long. How can I use
the mod to determine this by 100's? Or another way??
Thanks,
Brian
What I need is to:
if i = 100 or i = 200 or i = 300 or .... then
do my work
end if
i can be from 10 to 10,500, therefore the if would be long. How can I use
the mod to determine this by 100's? Or another way??
Thanks,
Brian