Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Concatenates two containers with Infolog messages.
Syntax
client server private static container concatenate(container _head, container _tail)
Run On
Called
Parameters
- _head
Type: container
The first container with Infolog messages.
- _tail
Type: container
The second container with Infolog messages.
Return Value
Type: container
A container that contains the concatenated Infolog messages from the first and second container.