Compiler Options, Runtime Conditions

Compiler options specified at the module level affect LibreOffice 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 LibreOffice 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.


Sintaxi:

Option Statement diagram

Expressió base

Defineix el límit inferior per defecte per a matrius com a 0 o 1.

Opció ClassModule expressió

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

Expressió compatible amb opcions

Option Compatible extends LibreOffice Basic compiler and runtime, allowing supplemental language constructs to Basic.

COMpatibilityMode() Funció

CompatibilityMode() function controls or queries runtime mode. It affects all code executed after setting or resetting the runtime mode.

Opció Explícita expressió

Especifica que totes les variables del codi del programa s'han de declarar explícitament amb l'expressió Dim.

Option Private Module

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

Opció VBASupport Expressió

Especifica que el LibreOffice Basic admetrà algunes instruccions, funcions i objectes VBA.

warning

Les opcions especificades a nivell de mòdul també afecten el condicions bàsiques d'execució del. El comportament de les instruccions bàsiques del LibreOffice pot diferir.


Ens cal la vostra ajuda!