GUIMode: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
<noinclude>
<noinclude>
[[Category:Internal Functions]]
[[Category:Internal Functions]]
[[Category: Environmental Variable]]
</noinclude>
</noinclude>

Revision as of 15:48, 12 October 2013

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$