Functie GetGuiType

Geeft een numerieke waarde die de grafische gebruikersinterface specificeert.

Deze functie wordt enkel aangeboden voor achterwaartse compatibiliteit met eerdere versies. De retourwaarde wordt niet in client/server-omgevingen gedefinieerd.

note

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


tip

• 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.


Syntaxis:


         GetGUIType()
      

Teruggegeven waarde:

Integer

Teruggegeven waardes:

1: Windows

4: UNIX

Voorbeeld:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub