HelpWizard Pages Start ReferenceManual/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
(27 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== Reference Manual (Elementary Actions) == |
|||
[[Datei:arrowleft.png|link=HelpWizard Pages Start/en|back]] |
[[Datei:arrowleft.png|link=HelpWizard Pages Start/en|back]] |
||
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual1/en|next]] |
|||
⚫ | |||
The following pages present a short general overview on functions which can be called by bridged actions. There may be syntactic or semantic differences between programming languages (follow the language links in the followup pages). |
|||
Details and additional info is found in the online documentation: |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Groovy_Code_API Java/Groovy Code API] |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#NodeJS_Code_API Node Code API] |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Bridged_Python_Code_API Python Code API] |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Bridged_C_Code_API C Code API] |
|||
⚫ | |||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#JavaScript_and_Smalltalk_Elementary_Blocks JavaScript and Smalltalk Elementary Code] |
|||
⚫ | |||
* [https://doc.expecco.de/wiki2.x/Expecco_API/en#Numeric_Types Numbers] |
|||
<br>Normal Pins |
|||
* [https://doc.expecco.de/wiki2.x/Expecco_API/en#String_Types Strings] |
|||
* <inputPinName>.value() |
|||
* [https://doc.expecco.de/wiki2.x/Expecco_API/en#Collection_Types Collections] |
|||
* <inputPinName>.hasValue() |
|||
* [https://doc.expecco.de/wiki2.x/Expecco_API/en#Stream_Types Streams and Files] |
|||
* [https://doc.expecco.de/wiki2.x/Expecco_API/en#Other_useful_Types Date, Time and other] |
|||
* [https://doc.expecco.de/wiki2.x/Expecco_API/en#Expecco_Objects Expecco Objects (Action, Pin etc.)] |
|||
<strong>Script Actions</strong> |
|||
Variable Pins |
|||
* <inputPinName>.valueAt(idx) |
|||
* <inputPinName>.hasValueAt(idx) |
|||
[https://doc.expecco.de/wiki2.x/ElementaryBlock_Element/en#Script_Action_Blocks Shell/Batch and other Script Action Blocks] |
|||
⚫ | |||
<br>==== Normal Pins ==== |
|||
* <outputPinName>.value(value) |
|||
[[Category: HelpWizard/en]] |
|||
Variable Pins |
|||
[[Category: HelpWizard API/en]] |
|||
* <outputPinName>.outputPinAt_value(idx, value) |
Aktuelle Version vom 29. August 2025, 16:00 Uhr
Bridged Actions
The following pages present a short general overview on functions which can be called by bridged actions. There may be syntactic or semantic differences between programming languages (follow the language links in the followup pages).
Details and additional info is found in the online documentation:
Builtin (Expecco) Actions
JavaScript and Smalltalk Elementary Code
- Numbers
- Strings
- Collections
- Streams and Files
- Date, Time and other
- Expecco Objects (Action, Pin etc.)
Script Actions