Option Compatible Statement

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

warning

Ця інструкція повинна передувати виконуваному програмному коду модуля.


This option may affect or assist in the following situations:

note

Option Compatible is required when coding class modules.


Синтаксис:

Option Compatible

Приклад:

Special characters as identifiers

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

Statement Option VBAsupport 1 implies Option Compatible statement automatically.


Будь ласка, підтримайте нас!