🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
OCLOperators asSeparatedList
This page was created by Hans.karlsen on 2018-08-05. Last edited by Edgar on 2025-08-31.

The ->asSeparetadList(separatorstring) operator works on a set of strings and appends them to one string:

Set{'x','y','x'}->asSeparatedList( '_')

will produce the string x_y_z

See also: asCommaList