Skip to main content
Skip table of contents

SetEnv()


SetEnv() – Globale Variable setzen

Die Funktion setzt eine globale Variable.


ParameterBeschreibung

aVarName:C

Variablen-Name

aVarValue:C

Variablen-Wert

Rückgabewert

Logisch / Boolean - Variable setzen erfolgreich

Beispiel

CODE
SetEnv('Variable', '1'),
WriteLn(GetEnv('Variable')),

Weitere Verknüpfungen

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.