
The Function Block MID provides a part of a string.
The input defines the string to be processed.
The input defines the length from position POS of the returned string from left.
The input defines the start position in the string STR, from which the new string is concatenated. The position starts at 1. If the position is less than 1, an empty string is returned.
The output returns the modified string.