Attention

IronPLC supports IEC 61131-3 Structured Text excluding I/O mapping.

CONCAT

Concatenates two strings.

IEC 61131-3

Section 2.5.1.5.7

Support

Supported

Signatures

#

Input (IN1)

Input (IN2)

Return Type

Support

1

STRING

STRING

STRING

Supported

2

WSTRING

WSTRING

WSTRING

Not yet supported

Description

Returns a new string formed by appending IN2 to the end of IN1.

Example

See Also

  • INSERT — string insertion

  • LEN — string length

  • LEFT — left substring