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" string

S strcatn (
[S r1] _list_
)
Parameters

_list_
any list of strings
Return value

concatenated string