CONFIGURE ERRORSINMSGBOXSpecifies whether errors will be displayed in a message box.
Description:
By default errors are displayed in the HTBasic window. To display errors in a message box use the following statement:
CONFIGURE ERRORSINMSGBOX ON
ERRORSINMSGBOX OFF displays errors in the HTBasic window.
ERRORSINMSGBOX ON displays errors in a message box.
|