Subj : Skipped Code To : borland.public.cpp.borlandcpp From : Georges Date : Wed Jul 16 2003 04:14 pm Has anyone else come across bits of code being skipped (Borland 5.02). EG: hrpos = 14; // for testing if (hrpos > 12) hrpos -= 12; abc = 5; When run, step by step in the debugger, with hrpos set to 14 (for testing) the two last statements are skipped. completely! The value of hrpos remains 14. The problem can sometimes be cured by moving the lines to somewhere else! Any ideas anyone ? georges .