Many CASCO SQL functions allow the inclusion of a delimiter to separate values. The examples show the use of a comma separator but other delimiters can be used, such as a line-feed, to provide a different way to present the data.
Comma Separated Delimiter:
‘, ‘
Line Feed Separated Delimiter:
Chr(10)
Tab Separated Delimiter:
Chr(9)