WoW:API strjoin
strjoin(delimiters, string, string,...)
-delimiters is the charcter , such as " ", "/","."
Example:
a=strjoin("/", "HE", "LLO"); SendChatMessage(a,"say");
output: HE/LLO
strjoin(delimiters, string, string,...)
-delimiters is the charcter , such as " ", "/","."
Example:
a=strjoin("/", "HE", "LLO"); SendChatMessage(a,"say");
output: HE/LLO