DeleteString

The DeleteString function deletes part of the input string.

Input

Number of Connections: Min: 1/Max:3
InputData TypeDescription
Input1StringData
Input2intSets the Offset property. (optional)
Input3intSets the Count property. (optional)

Output

OutputData TypeDescription
Output1StringThe modified string.

Property

NameProperty TypeDescription
Offsetint 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 Offset is set to 0, or the Offset is greater than the length of the input string, the input string is output with no character deletion.

Countint The number of characters to delete.