GetGuiType-funksjonen

Returnerer ein nummerisk verdi som spesifiserer det grafiske brukargrensesnittet.

Denne funksjonen er teke med for å vera kompatibel med tidlegare versjonar. Returverdien definerer ikkje klient-tenarmiljøet.

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.


Syntaks:


         GetGUIType()
      

Returverdi:

Heiltal

Returverdiar:

1: Windows

4: UNIX

Eksempel:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub