From the NannyMUD documentation
2000-12-14
NAME
implode - Concatenate an array of strings.SYNTAX
string implode(string *arr, string pad)DESCRIPTION
This function concatenates all strings contained in `arr' with the string `pad' inserted between them.SEE ALSO
explode in efun/type_related/explodeSEE ALSO
replace in efun/type_related/replaceSEE ALSO
sprintf in efun/type_related/sprintf