Chapter 2. Development Environment and Procedures
29
[ 2 ]
How error messages are displayed on the editor or main window
During building, the BHT-BASIC 3.5 Compiler may detect errors which can be divided into two
types: syntax errors and fatal errors.
■
Syntax errors
If the Compiler detects a syntax error, it outputs the error message to the XXX.ERR file. For
details about the file, refer to Subsection 2.4.9, "Output from the BHT-BASIC 3.5 Compiler."
If the "To the Editor" check box of the Error Message Output is selected in the Set Options dia-
log box, the editor will automatically open and show the detected errors. If the "To the Window"
check box is selected, those errors will be outputted to the main window.
The total number of detected syntax errors always displays on the main window.
- Error messages displayed on the editor
- Error messages displayed on the main window
■
Fatal errors
If the Compiler detects a fatal error, it outputs the error message to the main window.
■
ERRORLEVEL
The ERRORLEVEL function is supported only when a +E option is specified at the command
line. (Refer to Subsection 2.4.8, "Starting the BHT-BASIC 3.5 Compiler from the Command
Line," [ 3 ].)
Summary of Contents for BHT-BASIC 100 SERIES
Page 1: ......
Page 161: ...153 Chapter 10 Sleep Function CONTENTS 10 1 Sleep Function 154...
Page 163: ...155 Chapter 11 Resume Function CONTENTS 11 1 Resume Function 156...
Page 173: ...165 Chapter 13 Backlight Function CONTENTS 13 1 Backlight Function 166...
Page 249: ...241 Example CLOSE IF kyIn Y THEN KILL Master Dat END IF Reference Statements CLFILE...