Now it won't compile once again!???!!!!
It did compile a few time then I tried adding the HSEROUT back in jsut after
the CurMove command and it did not compile. Now it won't compile.


'=================== myfile =================
'file: AnsiTest.bas

define osc 4
include "modedefs.bas"
include "ansi.inc"


Row var byte
Col var byte
Row=1
col=1
SerPinOut var portC.6 'Usart output TX
SerPinIn var portC.7 'Usart input RX


@ ClrScr
@ Blink
@ BackColor blue
@ ForColor yellow
@ CurMove 1,2
@ RequestCurPos

' HSEROUT [DEC 10]

''TermColor ForegroundLightDark, Fore0groundColor, BackgroundColor
''@ TermColor Yellow, Blue

'HSEROUT [10,12]

'row=15:col=15
' serout2 PortC.6,16468,[27,91,DEC row,59,DEC Col,72]

'POSITION: 'POSITION CURSOR ON LINE & COLLUM
'SEROUT2 SerPinOut,16468,[27,91,"H"]
'SEROUT2 SerPinOut,16468,[27,91,DEC Row,";",DEC Col,"f"]


@ ifdef doesnotcompile ; force PBP to include the HSEROUTDEC? macro
HSEROUT [DEC 1]
@ endif