HelpWizard Pages ReferenceManual8/en
Version vom 5. März 2021, 12:14 Uhr von Cg (Diskussion | Beiträge)
Reference Manual (Environment)[Bearbeiten]
- environmentAt(variableName)
fetches the value of an expecco variable (as string in bridged code).
- environmentAtPut(varName, newValue)
changes a variable's value. Fails (and aborts the action), if the variable is not writable. Currently, only string-typed variables are supported in bridged code.