Función GetGuiType

Devuelve un valor numérico que especifica la interfaz gráfica de usuario.

Esta función se proporciona únicamente para mantener la compatibilidad con versiones anteriores. El valor de retorno no se define en entornos cliente-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.


Sintaxis:


         GetGUIType()
      

Valor de retorno:

Entero

Valores de retorno:

1: Windows

4: UNIX

Ejemplo:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub
      

¡Necesitamos su ayuda!