Option Compatible instrukzioa

Option Compatible turns on the VBA-compatible Basic compiler mode at the module level.

warning

Instrukzio hau programa-kode exekutagarriaren aurretik sartu behar da moduluan.


note

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


Aukera horrek honako egoeretan izan dezake eragina:

note

Option Compatible derrigorrezkoa da klase-moduluak kodetzean.


Sintaxia:

Option Compatible

Adibidea:

Special characters as identifiers


        Option Compatible' With this option the code works, other-
                            ' wise it will cause a compiling error
        Sub Main
            ä = 10
            print ä
        End Sub
    
tip

Statement Option VBAsupport 1 sets Option Compatible statement automatically.


Ikus Sistema eragilea identifikatzea eta Saioaren informazioa eskuratzea Option Compatible aukeraren adibide xumeak ikasteako, edo Access2Base Basic liburutegi partekatua Option Compatible konpilatzaile moduaren erabileraren beste klase-adibide batzuk ikusteko.

Aldagaien esparruaren aldaketa Prozedurak eta funtzioak erabiltzea CompatibilityMode() funtzioarekin.