IBM Lotus Symphony


Global-Anweisung [Laufzeit]

Dimensioniert eine Variable oder eine Matrix auf globaler Ebene (also nicht innerhalb einer Subroutine oder Funktion), sodass die Variable bzw. die Matrix für die Dauer der aktuellen Sitzung in allen Bibliotheken und Modulen gültig ist.

Syntax:

Global VarName[(Anfang To Ende)] [As VarTyp][, VarName2[(Anfang To Ende)] [As VarTyp][,...]]

Beispiel:

Global iGlobalVar As Integer

Sub ExampleGlobal

iGlobalVar = iGlobalVar + 1

MsgBox iGlobalVar

End sub


Produktfeedback | Zusätzliche Dokumentation | Marken