I have a var called i that is a counter in a loop. I need to know everytime it hits a number that is divisable by 32 without reseting the counter. So I need to know when it hits 32, 64, 96, 128, 160, etc. This can go up to 8,000 or so. Anyone got some spiffy formula that can help me out?