Open Dev Kit Documentation :: General :: Text :: Join
Root.Text.Join( Array String Array, Delimiter String ) StringCombines all elements of an array into text separated by a specified delimiter
Parameters
- Array String Array
- The array of text to be combined
- Delimiter String
- Character/string that will separate each element inside the combined text
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
