GetGuiType Function

Nagbabalik ng numerical value na tumutukoy sa graphical na user interface.

Ang function na ito ay ibinibigay lamang para sa pababang pagkakatugma sa mga nakaraang bersyon. Ang halaga ng pagbabalik ay hindi tinukoy sa mga kapaligiran ng client-server.

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.


Syntax:


         GetGUIType()
      

Ibinalik na halaga:

Integer

Mga halaga ng pagbabalik:

1: Windows

4: UNIX

Halimbawa:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub