PaddingRight
Last updated
Last updated
The PaddingLeft Node adds a character a chosen number of times to the right of a String.
For example, padding the character "a" 6 times to the String "bbbbbbcccccc" gives as result "bbbbbbccccccaaaaaa".
The Padding character
Attribute and Input can receive a String but they only use the first character.
Attribute | Type | Description |
---|---|---|
| String | The String to which the |
| String | The character that will be added on the left of |
| Int | The number of times that the |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| String | The String to which the |
| String | The character that will be added on the left of |
| Int | The number of times that the |
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. |
| String | The resulting String with the character padded on the right. |