HelpWizard Pages ReferenceManual8 Smalltalk/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Reference Manual Smalltalk API (Environment) == link=HelpWizard Pages ReferenceManual8/en|back * self '''environmentAt:''' ''va…“)
(kein Unterschied)

Version vom 8. März 2021, 17:25 Uhr

Reference Manual Smalltalk API (Environment)[Bearbeiten]

back

  • self environmentAt: variableName
    fetches the value of an expecco variable (as string in bridged code).
  • self environmentAt: varName put: 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.



Copyright © 2014-2024 eXept Software AG