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…“)
 
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual7 Smalltalk/en|previous]]
== Reference Manual Smalltalk API (Environment) ==

[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual8/en|back]]
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual8/en|back]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual9 Smalltalk/en|next]]

== Reference Manual Smalltalk API (Environment) ==


* self '''environmentAt:'''&nbsp;''variableName''<br>fetches the value of an expecco variable (as string in bridged code).
* self '''environmentAt:'''&nbsp;''variableName''<br>fetches the value of an expecco variable (as string in bridged code).


* self '''environmentAt:'''&nbsp;''varName''&nbsp;'''put:'''&nbsp;''newValue''<br>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.
* self '''environmentAt:'''&nbsp;''varName''&nbsp;'''put:'''&nbsp;''newValue''<br>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.


[[Category: HelpWizard/en]]
[[Category: HelpWizard API/en]]
[[Category: HelpWizard API Smalltalk/en]]

Aktuelle Version vom 10. März 2021, 19:44 Uhr

previous back next

Reference Manual Smalltalk API (Environment)[Bearbeiten]

  • 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