The function FC_MultiConcat2 concatenates up to four given strings to a single, composite string.
The function concatenates the input strings according to their sequence to a composite STRING with a maximum length of 320 characters.
Input |
Data type |
Description |
---|---|---|
i_sString1 |
STRING[80] |
String 1 |
i_sString2 |
STRING[80] |
String 2 |
i_sString3 |
STRING[80] |
String 3 By default, the input i_sString3 is set to an empty string. |
i_sString4 |
STRING[80] |
String 4 By default, the input i_sString4 is set to an empty string. |
Output |
Data type |
Description |
---|---|---|
q_etResult |
Provides diagnostic and status information as an enumeration value. |
|
q_sResultMsg |
STRING [80] |
Provides additional diagnostic and status information as a text message. |