OpenGUIStack

Description #

This routine opens the GUI stack for use by your BASIC program. Please see the GUI_API guide for assembly programmers for full information on how the GUI stack works. You can also check out the ASM equivalents of the DCSB Lib GUI stack routines at the GUI_Tools page. The ASM equivalent of this function is ASMLibs:OpenGUIStack. Please note that if you BasicLibs:PushGUIStack without calling OpenGUIStack first, Doors CS will automatically open the GUI stack.

Note: It is vital that your program be polite and close the GUI stack via sum(10), CloseGUIStack, before Return’ing or Stop’ing!

Technical Details #

Arguments #

**sum(9
**

Outputs #

None.

Destroyed #

None