GetGuiType funtzioa

Erabiltzaile-interfaze grafikoa zehazten duen zenbakizko balioa itzultzen du.

Funtzio hori aurreko bertsioak bateragarriak izateko bakarrik erabiltzen da. Itzulera-balioa ez da zehazten bezeroa-zerbitzaria inguruneetan.

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.


Sintaxia:


         GetGUIType()
      

Itzulera-balioa:

Osoko zenbakia

Itzulera-balioak:

1: Windows

4: UNIX

Adibidea:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub
      

Emaguzu laguntza!