HelpWizard Pages Start ReferenceManual/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:


<strong>Input</strong>
<strong>Input</strong>
<br>Normal Pins
* ''inputPinName''.value()
* ''inputPinName''.value()
* ''inputPinName''.hasValue()
* ''inputPinName''.hasValue()

Variable Pins
* ''inputPinName''.valueAt(''idx'')
* ''inputPinName''.hasValueAt(''idx'')


<strong>Output</strong>
<strong>Output</strong>
<br>Normal Pins
* ''outputPinName''.value(''value'')
* ''outputPinName''.value(''value'')

Variable Pins
* ''outputPinName''.outputPinAt_value(''idx'', ''value'')

Version vom 28. Januar 2021, 09:17 Uhr

Reference Manual (Normal Pins)[Bearbeiten]

back back

Input

  • inputPinName.value()
  • inputPinName.hasValue()

Output

  • outputPinName.value(value)



Copyright © 2014-2024 eXept Software AG