A
/ \ _ Play Now Nemesis on
| | | | _______ _ _ _______ _______ _ _______
| |\ | | | ____| | \ / | | ____| / ____| | | / ____|
/-------/-------------------------------------------------------------------,
O= Home <=XX| About News Pics Adventurers Wizards Download Connect >
\-------\-------------------------------------------------------------------'
| | \ | | |____ | | | | | |____ ___ \ \ | | ___ \ \
| | \_| |_______| |_| |_| |_______| |_______/ |_| |_______/
\ /
V
Documentation Area
Document Path: /doc/efun/implode
Name: implode - merge an array into a string
Syntax:
string implode(string *arr, string del)
Description:
The implode efun concatenates all strings found in the array arr into
a single string with the delimiter del between each element. Only
strings are used from the array.
Return value:
The concatenated string.
Examples:
implode( ({ "fox", "trott" }), "#") would return "fox#trott"
See also:
This page was generated in LPC
Imprint / Impressum