Adaptive Framework 0.9.0

concat

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

PropertyValue
briefConvert two or more values to string and concatenate
categorystring
descriptionConvert two or more values of any data type to string and return the concatenated result. A value with an undefined value is represented by '<undefined>'.
errorsThrown[ { "error": "cast_error", "reason": "value could not be converted" } ]
functionIdconcat
functionLabelconcat
parameters[ { "canBeUndefined": true, "description": "Value to convert", "minArgs": 1, "name": "values" } ]
puretrue
returns{ "brief": "Concatenated value", "dataType": "string", "description": "The concatenated string values." }