concat
concat(string1, string2)
Arguments:
- string1 is a text string.
- string2 is a text string.
Return Type: String
Description: This function joins one string with another.
Example:
CreateQueueAttributeDTTM("QAttribDTTM", concat(CRTRAN24.transactionDate, CRTRAN24.transactionTime));
In this example, a date field and a time field are joined together to make a single string.