GetGuiType Function

Menghasilkan nilai numerikal yang menentukan antarmuka grafis bagi pengguna.

Fungsi ini hanya disediakan untuk kompatibilitas yang menurun ke versi sebelumnya. Nilai kembali tidak didefinisikan dalam lingkungan server klien.

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.


Sintaksis:


         GetGUIType()
      

Nilai hasil:

Integer

Nilai hasil:

1: Windows

4: UNIX

Contoh:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub
      

Mohon dukung kami!