The DeleteString function deletes part of the input string.
| Input | Data Type | Description |
|---|---|---|
| Input1 | String | Data |
| Input2 | int | Sets the Offset property. (optional) |
| Input3 | int | Sets the Count property. (optional) |
| Output | Data Type | Description |
|---|---|---|
| Output1 | String | The modified string. |
| Name | Property Type | Description |
|---|---|---|
| Offset | int |
The offset from which characters are to be deleted from the input string.
The first character in the input string has a base index of 1. If the |
| Count | int | The number of characters to delete. |