CONCATENATION STATEMENT  
Previous  Top  Next

Description  
 
Where xx can be an attribute or a constant (within quotes); op is a separator (any character except semicolon ";" which means no separator required).  
 
Syntax  
 
C xx op xx op xx  
 
document Example  
 
C;10;" ";11 - will join together attribute 10 with two spaces with attribute 11.  
C2-5-15 - will join together attribute 2 with attribute 5 then with attribute 15 using "-" between each.