HelpWizard Pages ReferenceManual2/en

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Die Druckversion wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.

back next

Reference Manual (Variable Pins)

[C] [Java] [Node] [Python] [JavaScript builtin] [Smalltalk 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



Copyright © 2014-2024 eXept Software AG