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.
String