Comment on page
Length

The Length Node.
Length returns the length of a String.

The Length Node Attributes.
Attribute | Type | Description |
---|---|---|
String | String | String whose length you wish to return, if none is given in the Input Socket. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
String | String | String whose length you wish to return. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
Length | Int | Length of the String received. |
Last modified 5mo ago