WoW:API strjoin
strjoin(delimiters, string, string,...)
-delimiters is the charcter , such as " ", "/","."
Example:
a=strjoin("/", "HE", "LLO"); SendChatMessage(a,"say");
output: HE/LLO
|
This is a World of Warcraft API stub. Help expand it by editing it.
|
strjoin(delimiters, string, string,...)
-delimiters is the charcter , such as " ", "/","."
Example:
a=strjoin("/", "HE", "LLO"); SendChatMessage(a,"say");
output: HE/LLO