======join====== Join items in an [[PTPScript:Types:Array|Array]] together. \\ **Syntax** * ''[[PTPScript:Types:String|String]] join( [[PTPScript:Types:Array|Array]] subject [, [[PTPScript:Types:String|String]] separator ] )'' \\ **Parameters** * [[PTPScript:Types:Array|Array]] ''subject'' - The Array containing the items to join together. * [[PTPScript:Types:String|String]] ''separator'' - The optional String to use in between each item as they are joined together. \\ **Result** * [[PTPScript:Types:String|String]] - The result of joining the items in ''subject'' together. Returns a String, produced by joining the items in ''subject'' together, optionally separated by a ''separator'' String.