Fungsi Run-Time

Bagian ini menjelaskan Fungsi Runtime dariLibreOfficeBasic.

Basic Constants

Constants used in Basic programs

Fungsi I/O Layar

Bagian ini menjelaskan Fungsi Runtime yang digunakan untuk memanggi dialog untuk masukan dan keluaran entri pengguna.

Fungsi I/O Berkas

Gunakan fungsi File I/O untuk membuat dan mengelola berkas (data) yang ditentukan pengguna.

Fungsi Tanggal dan Waktu

Use the statements and functions described here to perform date and time calculations.

Fungsi Penanganan Kesalahan

Use the following statements and functions to define the way LibreOffice Basic reacts to run-time errors.

Operator Logika

Operator logika berikut didukung oleh LibreOffice Basic.

Operator Matematika

Operator matematika berikut didukung oleh LibreOffice Basic.

Fungsi Numerik

The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions.

Mengontrol Eksekusi Program

Pernyataan berikut mengontrol ekseskusi dari sebuah program.

Variabel

The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type.

Operator Perbandingan

The available comparison operators are described here.

String

The following functions and statements validate and return strings.

Perintah Lain

This is a list of the functions and the statements that are not included in the other categories.