Option Compatible Statement

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

Iconu d'alvertencia

Esta instrucción tien d'amestase enantes del códigu del programa executable nun módulu.


This option may affect or assist in the following situations:

Iconu de nota

Option Compatible is required when coding class modules.


Syntax:

Option Compatible

Example:

Special characters as identifiers


        Option Compatible
        ' With this option the code works, otherwise it causes a compiling error
        Sub Main
            ä = 10
            print ä
        End Sub
    
Iconu de conseyu

Statement Option VBAsupport 1 implies Option Compatible statement automatically.


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

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.

Please support us!

Please support us!