- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
try the modulo-operator:
if (iNumber % 4 == 3) { /* then skip */ } else { /* print */ }
Views
Replies
0 Likes
Total Likes