WoW:API strjoin

Revision as of 04:08, 16 May 2007 by WoWWiki>Windfire (New page: strjoin(delimiters, string, string,...) -delimiters is the charcter , such as " ", "/","." Example: a=strjoin("/", "HE", "LLO"); SendChatMessage(a,"say"); output: HE/LLO)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

strjoin(delimiters, string, string,...)

-delimiters is the charcter , such as " ", "/","."

Example:

a=strjoin("/", "HE", "LLO"); SendChatMessage(a,"say");

output: HE/LLO