concat

Description:

Concatenation of any number of values

Syntax:

One to n parameters

Example:

<operation name="concat">
<constant>Order processing</constant>
<constant>/</constant>
<constant>Cash sales</constant>
</operation>

Return value:

Order processing/Cash sales
If no value can be determined for one of the parameters, nothing is returned.