@CONCATENATE

The CONCATENATE function’s behavior has changed with the release of Agentry 5.1. The function now takes two or more string parameters and concatenates them together, returning the resulting string. Previously this function took two strings and an integral number, with this third (and now deprecated) parameter limiting the length of the string returned by the function. This same behavior can now be provided by returning the result from CONCATENATE to the LEFT string function.

Parameters

@CONCATENATE(String 1, [, ..., String N])
String 1
Required string parameter; contains the string value to which the remaining parameter(s) will be appended.
String N
Optional string parameter(s); each containing a string value to be appended to the resulting string returned by the function.

Supported Return Types

String