------ I should have stated I am using the complier that comes with PidBasic Pro called MicroStudio, so I don't know how to do the command line option you suggested. Thank you though ----

If you add -v to your command line when compiling, it should highlight the offending line during the compilation process to give you a clue where to look.


I have tried both "goto and gosub" with same result... I'll try again this morning and see what I can get! (fingers crossed)

"As Paul said you should be using GOSUB BLINK because you are calling a subroutine, and not GOTO BLINK as in your original post, which makes me suspect that the code you posted on the forum is not exactly the same as the code you have in your working program, because you will get a Stack Underflow the instant your try to run it on a PIC. "