Any advice is appreciated ...

When using the Demo version of PicBasic Pro and MicroCode Studio, I wrote a simple program and it compliled and loaded fine. I purchased Pic Basic (not pro) and MicroCode Studio Plus. Now my program won't compile ... it breaks at the first line of code.

Line 16: sel VAR BYTE

Error:ERROR Line 16: ':' or '=' Expected (Token 'var') (FullTest wit For Next.pbp)


Errors for the rest of simple program:

ERROR Line 22: Variable Expected (Token 'PORTB') (FullTest wit For Next.pbp)
ERROR Line 22: Illegal Character '.' (FullTest wit For Next.pbp)
ERROR Line 25: ':' or '=' Expected (FullTest wit For Next.pbp)
ERROR Line 27: Variable Expected (Token 'PORTB') (FullTest wit For Next.pbp)
ERROR Line 27: Illegal Character '.' (FullTest wit For Next.pbp)
ERROR Line 28: Variable Expected (Token 'Sel') (FullTest wit For Next.pbp)
ERROR Line 33: NEXT Without Matching FOR (FullTest wit For Next.pbp)
ERROR Line 34: ':' or '=' Expected (FullTest wit For Next.pbp)
ERROR Line 36: Variable Expected (Token 'PORTB') (FullTest wit For Next.pbp)
ERROR Line 36: Illegal Character '.' (FullTest wit For Next.pbp)
ERROR Line 37: Variable Expected (Token 'Sel') (FullTest wit For Next.pbp)
ERROR Line 42: NEXT Without Matching FOR (FullTest wit For Next.pbp)
ERROR Line 43: ':' or '=' Expected (FullTest wit For Next.pbp)