The InsertString function inserts a string into the input string.
Input | Data Type | Description |
---|---|---|
Input1 | String | Data |
Input2 | int | Sets the Offset property. (optional) |
Input3 | String | Sets the Insert property. (optional) |
Output | Data Type | Description |
---|---|---|
Output1 | String | The modified string. |
Name | Property Type | Description |
---|---|---|
Offset | int |
The offset before which characters are to be inserted into the input string.
The first character in the input string has a base index of 1. If the |
Insert | String | The string to insert. |