WoW:API strjoin: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 August 2023

28 July 2009

13 June 2007

12 June 2007

17 May 2007

16 May 2007

  • curprev 04:0804:08, 16 May 2007WoWWiki>Windfire 174 bytes +174 New page: strjoin(delimiters, string, string,...) -delimiters is the charcter , such as " ", "/","." Example: a=strjoin("/", "HE", "LLO"); SendChatMessage(a,"say"); output: HE/LLO