Update Nodes/String/Append
parent
3355b134ef
commit
99b10a9e36
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
|-------------|------------|---------------------------------|
|
|-------------|------------|---------------------------------|
|
||||||
| String A | System.String | String to append to |
|
| `String A` | `System.String` | The initial string to which another string will be appended.|
|
||||||
| String B | System.String| String to append |
|
| `String B` | `System.String`| The string to append to the end of `String A`. |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
|--------------|------------|----------------------------------|
|
|--------------|------------|----------------------------------|
|
||||||
| Appended String | System.String| The completed appended string |
|
| `Appended String` | `System.String`| The resulting string produced by concatenating `String A` followed by `String B`.|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user