>I use DOS's Edit program to develop PIC code and 99.9999% of the time >it works fine. A few times though, the code just stops working as it >Anyway this was not the case at all. I traced and tracked and looked >and hacked, until I finally found a line of code that should have >worked but didn't. It even looked ok on screen. I deleted the line of >code from the source file and retyped it exactly as it was and bingo >the code then worked. I've had this happen to me as well (using other editors like Norton Editor). I suspect that an errant character gets inserted (possibly due to EMI from those arc welders next door) into the file. The editor won't display it, but it gets compiled, causing problems. Next time save a copy of the file, fix the problem, and then perform a binary file comparison to see what the offending character is. Regards, Dana Frank Raymond dfr@icom.ca