Is there a deeper sense I dont get why continue always jumps to the start of a while loop even when itīs used inside a for loop?
Did you just forget to implement it? tongue
Howeva, would be cool if you fix that. wink

EDIT: ARGH, was my mistake I didnt consider that 'i' will be incremented irrespective of the continue when I use the standard for loop: for(i=0;i<x;i++)
sorry^^

Last edited by Hummel; 08/15/10 16:35.