WoW:API strjoin: Difference between revisions
Jump to navigation
Jump to search
(New page: strjoin(delimiters, string, string,...) -delimiters is the charcter , such as " ", "/","." Example: a=strjoin("/", "HE", "LLO"); SendChatMessage(a,"say"); output: HE/LLO) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{Stub/API}} | |||
strjoin(delimiters, string, string,...) | strjoin(delimiters, string, string,...) | ||
Revision as of 22:17, 17 May 2007
strjoin(delimiters, string, string,...)
-delimiters is the charcter , such as " ", "/","."
Example:
a=strjoin("/", "HE", "LLO"); SendChatMessage(a,"say");
output: HE/LLO
