CONCAT

CONCAT

PROGRAM CONCAT_DEMO
     VAR 
      STRING1,STRING2,STRING3: STRING;
  END_VAR
    STRING1:=CONCAT(IN1:=STRING2,IN2:=STRING3);
END_PROGRAM

Function links all input strings to a single output string.

InputType Description
IN1..ANY_STRINGInput strings
OutputType Description
ANY_STRINGOutput string

  • © Energocentrum Plus, s.r.o. 2017 - 2024