[thelist] ASP - if x = every nth?

Brian Cummiskey brian at hondaswap.com
Wed Jun 6 10:36:34 CDT 2007


Jon Hughes wrote:
>  Is there any way to just say:
>
> If I = a product of 5
>
>
>   
if x mod 5 = 0 then
    ' do something
end if



More information about the thelist mailing list