HelpWizard Pages ReferenceManual2/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 11: | Zeile 11: | ||
[[HelpWizard Pages ReferenceManual2_Smalltalk/en | [Smalltalk builtin] ]] |
[[HelpWizard Pages ReferenceManual2_Smalltalk/en | [Smalltalk builtin] ]] |
||
[JavaScript builtin] |
[JavaScript builtin] |
||
Currently, steps with a variable number of pins are only supported for builtin JavaScript and builtin Smalltalk actions. |
|||
<strong>Common</strong> |
<strong>Common</strong> |
Version vom 8. März 2021, 13:04 Uhr
Reference Manual (Variable Pins)[Bearbeiten]
[Java]
[Python]
[Node]
[C]
[Smalltalk builtin]
[JavaScript builtin]
Currently, steps with a variable number of pins are only supported for builtin JavaScript and builtin Smalltalk actions.
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_value(idx, value)
send a value to the idx'th pin