Previous | Up | Next |
strcatn
Concatenate a list of character strings (equivalent, but more efficient than the strcat repeated n-1 times) For example, strcatn "12"::"abc"::"345"::"of"::nil returns the "12abc345de" stringParameters
S strcatn ( [S r1] _list_ )
Return value
_list_ any list of strings
concatenated string