![]() |
|||
![]() Home ![]() |
Reporting syntax errorsThe following exercise generates a simple syntax error and will enable you to check that error reporting is working properly on your setup |
||
![]() | |||
![]() |
Create an AppBasic shell application This is done via the New app entry in AppBasic's iconbar menu |
||
![]() |
Add an ‘Initial Event’ handler to !RunImage![]()
|
||
![]() |
Double-click the application Here is how the error is reported when three of the best-known editors are used StrongED ![]() N.B. StrongED works with Editor line numbers (configured via AppBasic's Choices/Errors submenu of the iconbar menu). Zap ![]() N.B. Zap throws back to BASIC line numbers. Edit ![]() DeskEdit Although DeskEdit is throwback-capable, BASIC files which are "thrown back" are not detokenised (at least in earlier versions of DeskEdit). However if DeskEdit's throwback feature is disabled, DeskEdit behaves exactly as !Edit above. |
||
![]() |
Worked solution |