while(c1){
switch(c2){
case 1:
aOk();
continue;
case 2:
liveToSeeAnotherDay();
continue;
case 3:
oopsyDaisy();
break;
}
break;
}Code Lilug Software 2009-02-03 12:41:47Tricky Tricky






