| 9 January 2002 |
Join() |
| Author | ScriptLogic Corporation |
| Action | Combine the elements from an array into a single, concatenated string. |
| Syntax | Join (Array, Delimiter, Count) |
| Parameters | Array (Required / Array) The array containing the elements to combine. Delimiter (Optional / String) String character(s) to insert between the elements of the array when combining them into the return string. Count (Optional / Numeric) Maximum element of the array to concatenate to the string. If not specified, all elements of the array will be combined into the return string. |
| Remarks | **Due to popular request, this function will become native to KiXtart 4.10** See also: JoinRev() |
| Returns | Returns a single string built by concatenating the elements of the array. |
| Dependencies | None. |
| Examples | |
| Source | |