LibreOffice 24.8 Help
This section describes the Runtime Functions of LibreOffice Basic.
다음 문과 함수는 변수에 대한 작업을 수행하는 데 사용됩니다. 이러한 함수를 사용하여 변수를 선언 또는 지정하고, 특정 유형에서 다른 유형으로 변수를 변환하며, 변수 유형을 결정할 수 있습니다.
Comparison operators compare two expressions. The result is returned as a boolean expression that determines if the comparison is True (-1) or False (0).
다음의 숫자 함수는 계산을 수행합니다. 수학 및 불리언 연산자는 다른 섹션에 설명되어 있습니다. 함수는 두 숫자 식을 결합하여 결과를 구하는 연산자 대신 인수를 전달하고 결과를 구한다는 점에서 연산자와 다릅니다.
Use the following statements and functions to define the way LibreOffice Basic reacts to run-time errors.