LibreOfficeDev 25.2 Help
6HFov‖Option Compatible extends LibreOfficeDev Basic compiler and runtime, allowing supplemental language constructs to Basic.
w5NPC‖This option may affect or assist in the following situations:
T3Ng7‖Allow special characters as identifiers. all characters that are defined as letter in the Latin-1 (ISO 8859-1) character set, are accepted as part of identifiers.
hUmEG‖Create VBA constants including non-printable characters.
rjfZs‖Allow the New operator to be optional in Dim statements.
yJQAV‖Allow default values for optional parameters in procedures.
zzETD‖Use named arguments when multiple optional parameters exist.
6Fb5x‖Preload of LibreOfficeDev Basic libraries
uNUqR‖Option Compatible is required when coding class modules.
Option Compatible
Option Compatible
QkGeQ‖' With this option the code works, otherwise it causes a compiling error
Sub Main
ä = 10
print ä
End Sub
rWE5B‖Statement Option VBAsupport 1 implies Option Compatible statement automatically.