Adaptive Framework 0.9.0

join

The following is a list of properties for the function join:

PropertyValue
briefJoin the string values of list elements
categorylist
dataTypeMethodtrue
descriptionConcatenate the string values of the elements of a list with a separator.
functionIdjoin
functionLabeljoin
puretrue
parameters[ { "dataType": "list", "description": "A list of values (statements) of any data type.", "name": "value" }, { "dataType": "string", "description": "The separator to use. If not specified, a comma (,) is used.", "name": "separator", "optional": true } ]
returns{ "dataType": "string", "description": "Joined list values." }