
The Function Block DELETE deletes a part of a string.
The input defines the string to be processed.
The input defines the length of the part to be deleted.
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.
The output returns the modified string.