HelpWizard Pages ReferenceManual2 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 (Variable Pins) == link=HelpWizard Pages ReferenceManual2/en|back <strong>Common</strong> * ''pinName'' '''num…“)
 
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual1 Smalltalk/en|back]]
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual2/en|up]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual3 Smalltalk/en|next]]

== Reference Manual (Variable Pins) ==
== Reference Manual (Variable Pins) ==

[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual2/en|back]]


<strong>Common</strong>
<strong>Common</strong>
Zeile 13: Zeile 15:
<strong>Output</strong>
<strong>Output</strong>
* ''outputPinName''&nbsp;'''outputPinAt:''' ''idx'' '''value:''' ''value''<br>send a value to the idx'th pin
* ''outputPinName''&nbsp;'''outputPinAt:''' ''idx'' '''value:''' ''value''<br>send a value to the idx'th pin

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

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

back up next

Reference Manual (Variable Pins)[Bearbeiten]

Common

  • pinName numberOfVariablePins
    how many instances of the variable pin are there

Input

  • inputPinName valueAt: idx
    retrieve the value from the idx'th pin
  • inputPinName hasValueAt: idx
    check if the idx'th pin has a value

Output

  • outputPinName outputPinAt: idx value: value
    send a value to the idx'th pin



Copyright © 2014-2024 eXept Software AG