> I inadvertently typed "case_3:" instead of 'case 3:' in a 'switch'... > ... Actually, you made a 'goto' label by doing that! As for trashing the 'case 3' block of code, the optimizer probably saw that it wasn't being used and removed it... -Mike