The function concatenates the four input strings according to their sequence to a composite STRING with a maximum length of 80 character.
Input |
Data type |
Description |
---|---|---|
i_sString1 |
STRING[80] |
String 1 |
i_sString2 |
STRING[80] |
String 2 |
i_sString3 |
STRING[80] |
String 3 |
i_sString4 |
STRING[80] |
String 4 |
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. |