GUIMode: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 6: Line 6:


[[Env$]]
[[Env$]]
[[GUI Mode]]


<noinclude>
<noinclude>
[[Category:Internal Functions]]
[[Category:Internal Functions]]
[[Category:GUI]]
[[Category: Environmental Variable]]
</noinclude>
</noinclude>

Latest revision as of 15:24, 3 March 2014

There is a BR! provided GUIMode environmental variable (case insensitive). It's value is either ON or OFF depending on whether BR is in GUI mode.

x$=env$("GUIMode")

See also:

Env$ GUI Mode