Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
its fussy about #include
#2
This is not exactly a bug. Every preprocessor line *must* start with # as a first character. Otherwise is a BASIC line (which will trigger a syntax error).
To tabulate preprocessor lines, use tab *after* the # symbol:

Code:
REM this is Wrong
    # include <file.bas>

REM this is OK
#    include <file.bas>
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)