-

MID

Type Function
Description Extracts a substring from the middle of a string connected to the input IN. L characters of IN are extracted, beginning at character position P.
Notes
  • P cannot be 0. The first position in a string is 1.
  • It is not possible to use the same string as input and output string. In this case there should be used an intermediate variable at the output. Then this intermediate variable has to be assigned to the input variable.
Parameters Inputs

IN

L

P

Output

OUT
Error behavior Error behavior
Additional information EN/ENO behavior