GetGuiType Funció

Torna un valor numèric que especifica la interfície d'usuari gràfica.

Aquesta funció només es proporciona per a mantenir la compatibilitat amb les versions anteriors. El valor de retorn no es defineix en entorns de client-servidor.

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.


Sintaxi:


         GetGUIType()
      

Valor de retorn:

Enter

Valors de retorn:

1: Windows

4: UNIX

Exemple:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub
      

Ens cal la vostra ajuda!