0877: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
Line 4: Line 4:
|GUI On only statement encountered in GUI Off mode.
|GUI On only statement encountered in GUI Off mode.
[[Option]] 41 prevents this error.
[[Option]] 41 prevents this error.
|OPTION 41 suppresses this error and ignores GUI syntax when <nowiki>ENV$("GUIMODE")="OFF"</nowiki>
|OPTION 41 suppresses this error and ignores GUI syntax when ENV$("[[GUIMODE]]")<nowiki>=</nowiki>"OFF"
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Revision as of 15:07, 16 April 2015

Summary:

GUI On only statement encountered in GUI Off mode

Cause:

GUI On only statement encountered in GUI Off mode. Option 41 prevents this error.

Remedy:

OPTION 41 suppresses this error and ignores GUI syntax when ENV$("GUIMODE")="OFF"