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