Hi J,It is the .LST file, assembler listing of the compiled Basic file with the Basic instructions as comments.
I can't read the .LST file, I'm only pointing to an earlier reply #110.
Even with that listing the INCLUDE is not included.
C
Hi J,It is the .LST file, assembler listing of the compiled Basic file with the Basic instructions as comments.
I looked at the .LST file and the Include code is there, appended after the END statement, but not executed!Hi J,
I can't read the .LST file, I'm only pointing to an earlier reply #110.
Even with that listing the INCLUDE is not included.
C
Hi J,I looked at the .LST file and the Include code is there, appended after the END statement, but not executed!
From the manual:
During the compilation process the external basic source will be appended to the current program. Multiple files can be included with separate INCLUDE directives. To maintain the overall basic code structure, it is strongly suggested that the external file contains global declarations, subroutines, procedures and functions, only.
No.Hi J,
Here is the INCLUDE, does it comply with the manual?
C
Hi J,No.
It seems, that the Include should contain only Dims ( DIM x as...), where x is a global variable, procedures, functions.
It is strange, that it is not clearly required in the manual, only strongly suggested.