From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


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/explode

SEE ALSO

        replace in efun/type_related/replace

SEE ALSO

        sprintf in efun/type_related/sprintf