Function Block DELETE

The Function Block DELETE deletes a part of a string.

Input STR

The input defines the string to be processed.

Input LEN

The input defines the length of the part to be deleted.

Input POS

The input defines the position of the part to be deleted. The position starts at 1. If the position is less than 1, the unprocessed string is returned.

Output

The output returns the modified string.