Funkcija GetGuiType

Vrne numerično vrednost, ki določa grafični uporabnikov vmesnik.

Ta funkcija je na voljo samo iz razlogov združljivosti s starejšimi različicami. V okoljih vrste odjemalec-strežnik vrnjena vrednost ni definirana.

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.


Skladnja:


         GetGUIType()
      

Vrnjena vrednost:

Integer

Vrnjene vrednosti:

1: Windows

4: UNIX

Primer:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub