AutoIt has a function StringSplit that works just like Split in C# or Visual Basic, but I can't find the equivalent of joining an array of strings using a certain string in between.
So I would like to have the AutoIt equivalent of Visual Basic:
strResult = Join(strSplit, "<joiner>")