'testinc.bas for PBDOS
PBDOS Compiler result:
D:\PBDOS\TESTINC.BAS(5): Error 497: Assembler syntax error
! inc CurPos
What am I doing wrong? that works in PBDLL and PBCC
"INCR CurPos" compiles fine so it's not stopping me from doing anything, I just thought it was strange
[This message has been edited by Wayne Diamond (edited September 16, 2001).]
Code:
$COMPILE EXE DIM CurPos AS LONG CurPos = 1 ! inc CurPos
D:\PBDOS\TESTINC.BAS(5): Error 497: Assembler syntax error
! inc CurPos
What am I doing wrong? that works in PBDLL and PBCC

"INCR CurPos" compiles fine so it's not stopping me from doing anything, I just thought it was strange
[This message has been edited by Wayne Diamond (edited September 16, 2001).]
Comment