The mkstring function makes a string from a set of values

Description

Creates a string from a set of values

Example

Make a comma separated string of all instance names

mkstring(instance/displayname, ", ")

Syntax

mkstring(expression)
mkstring(expression, separator)

Parameters

Type Description
Expresssion Expression that gives a set of values
Separator Optional argument specifying the separator to use, default is “, “