HelpWizard Pages ReferenceManual8/en

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen

back next

Reference Manual (Environment)[Bearbeiten]

[C] [Java] [Node] [Python] [JavaScript builtin] [Smalltalk builtin]

  • 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, or if the value is not compatible to the variable's type.
    Currently, only string-typed variables are supported in bridged code.



Copyright © 2014-2024 eXept Software AG