cULB3‖Option Compatible Statement

6HFov‖Option Compatible extends LibreOfficeDev Basic compiler and runtime, allowing supplemental language constructs to Basic.

warning

DYo4K‖This statement must be added before the executable program code in a module.


w5NPC‖This option may affect or assist in the following situations:

note

uNUqR‖Option Compatible is required when coding class modules.


FVEx2‖Syntax:

Option Compatible

EFSA4‖Example:

gBqrZ‖Special characters as identifiers


        Option Compatible
        QkGeQ‖' With this option the code works, otherwise it causes a compiling error
        Sub Main
            ä = 10
            print ä
        End Sub
    
tip

rWE5B‖Statement Option VBAsupport 1 implies Option Compatible statement automatically.


j8iHM‖Variables scope modification in Using Procedures and Functions with CompatibilityMode() function.

2hkYG‖Refer to Identifying the Operating System and Getting Session Information for class module examples, or Access2Base shared Basic library for other class examples making use of Option Compatible compiler mode.