Function Block INSERT

The Function Block INSERT inserts a string at a specific position into another.

Input STR1

The input defines the string to be processed.

Input STR2

The input defines the string that is inserted at the defined position.

Input POS

The input defines the position at which the string STR2 is inserted into STR1. The position starts at 0.

Output

The output returns the modified string.