Compiler Options, Runtime Conditions

Compiler options specified at the module level affect Collabora Office Basic compiler checks and error messages. Basic syntax as well as Basic set of instructions can be different according to the options that are in use. The less Option, the easiest and tolerant Collabora Office Basic language is. The more Option, the richer and controlled Basic language gets.

note

Compiler options must be specified before the executable program code in a module.


Syntax:

Option Statement diagram

Option Base Statement

將陣列的標準下邊界定義為 0 或 1。

Option ClassModule Statement

Specifies that the module is a class module that contains members, properties, procedures and functions.

Option Compatible Statement

Option Compatible turns on the VBA-compatible Basic compiler mode at the module level.

CompatibilityMode() Function

CompatibilityMode() function is controlling runtime mode and affects all code executed after setting or resetting the mode.

Option Explicit Statement

指定必須使用 Dim 陳述式明確宣告程式碼中的每個變數。

Option Private Module

Specifies that the scope of the module is that of the Basic library it belongs to.

Option VBASupport Statement

Specifies that Collabora Office Basic will support some VBA statements, functions and objects.

warning

Options specified at the module level also affect Collabora Office Basic runtime conditions. The behaviour of Collabora Office Basic instructions can differ.


Please support us!