Joins an array of strings into one string, with a "join" string inserted in between each given string. This function complements ExplodeString.
int ImplodeStrings(const char[][] strings, int numStrings, const char[] join, char[] buffer, int maxLength)
An array of strings.
Number of strings in the array.
The join string to insert between each string.
Output buffer to write the joined string to.
Maximum length of the output buffer.
Number of bytes written to the output buffer.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.