ok, changed and it works like your code, but without comparison. wink

Code:
function main(){
	int i;
	
	for (i=0;;){
		
		printf("%i",i);
		if (i >= 10)
		break;
		i++;
	}
}




Regards, Robert

Quote
Everything should be made as simple as possible, but not one bit simpler.
by Albert Einstein

PhysX Preview of Cloth, Fluid and Soft Body

A8.47.1P