HelpWizard Pages ReferenceManual8/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual7/en|back]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual9/en|next]]

== Reference Manual (Environment) ==
== Reference Manual (Environment) ==


[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual7/en|back]]
<!-- [[HelpWizard Pages ReferenceManual8_C/en | [C] ]]-->[<strike>C</strike>]
[Java]
<!-- [[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual9/en|back]] -->
[Node]
[Python]
[JavaScript builtin]
[[HelpWizard Pages ReferenceManual8_Smalltalk/en | [Smalltalk builtin] ]]


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


* '''environmentAtPut'''(''varName'', ''newValue'')<br>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.
* '''environmentAtPut'''(''varName'', ''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.<br>Currently, only string-typed variables are supported in bridged code.


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

Aktuelle Version vom 10. März 2021, 20:04 Uhr

back next

Reference Manual (Environment)

[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