HelpWizard Pages ReferenceManual8 Smalltalk/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual Smalltalk API (Environment) == link=HelpWizard Pages ReferenceManual8/en|back * self '''environmentAt:''' ''va…“) |
Cg (Diskussion | Beiträge) |
||
Zeile 6: | Zeile 6: | ||
* self '''environmentAt:''' ''varName'' '''put:''' ''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:''' ''varName'' '''put:''' ''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]] |
Version vom 10. März 2021, 19:08 Uhr
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.