EwV8a‖

SCAmq‖GetGuiType Function

2DTJG‖Returns a numerical value that specifies the graphical user interface.

AtD66‖This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.

note

8AiAQ‖Wiser script instructions are available from Identifying the operating system help page.


tip

NSGNm‖• ScriptForge.Platform service provides a collection of properties about the current execution environment and context, that include platform detection.

• Extensive operating system name identification is available from INFO("system") Calc formula.


JS4Ln‖Syntax:


         GetGUIType()
      

DPQAT‖Return value:

M9kBS‖Integer

rfPGz‖Return values:

5Zq2B‖1: Windows

oEFAg‖4: UNIX

HRBeb‖Example:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub