LibreOffice SymbolLibreOffice Symbol

Please support us!

GetGuiType Function

그래픽 사용자 인터페이스를 지정하는 숫자 값을 구합니다.

This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.

참고 아이콘

Wiser script instructions are available from Identifying the operating system help page.


팁 아이콘

• 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.


구문:


         GetGUIType()
      

반환 값:

Integer

반환 값:

1: Windows

4: UNIX

예:


         Sub ExampleEnvironment
             MsgBox GetGUIType
         End Sub