Previous Up Next

strcat
Concatenate two character strings (the two initial strings are not modified) For example, strcat "12""abc" returns the "12abc" string

S strcat (
S _a_
S _b_
)
Parameters

_a_
any string
_b_
any string
Return value

concatenation of a and b