
The Function Block INSERT inserts a string at a specific position into another.
The input defines the string to be processed.
The input defines the string that is inserted at the defined position.
The input defines the position at which the string STR2 is inserted into STR1. The position starts at 0.
The output returns the modified string.