Previous | 
  Up | 
 Next![]()  | 
Concatenate two character strings (the two initial strings are not modified) For example, strcat "12""abc" returns the "12abc" stringParameters
S strcat ( S _a_ S _b_ ) 
Return value
_a_ any string _b_ any string 
concatenation of a and b