back to Table of Contents


Globally SHARED variables (GuiAppFrame.bi)

There are a couple of globally SHARED variables (read only) available for your convenience. These are mainly numbers and paths initialized by the GuiTools init procedure. Note that all path specifications will end with a trailing backslash, hence you can directly add your sub-path and/or filename to it.


appProgID$ (STRING)


appHomeDrive$ (STRING)

appHomePath$ (STRING)

appFullExe$ (STRING)

appExeName$ (STRING)


appPCName$ (STRING)

appLocalDir$ (STRING)

appTempDir$ (STRING)

appLastErr% (INTEGER)


back to Table of Contents