join()

Function group Execute on client Platform(s)
String YES All

Syntax

join(list[,delimiter=ktab,column=1,stripwhite=kfalse,quotechar=''])

Description

Returns a string of all column values in list, delimited by delimiter. Column is the column number.

Returns a string of all column values in list, delimited by delimiter. Column can be the column name or number.

Options stripwhite to strip leading and trailing whitespace, and/or quotechar to quote column values (escaping quotes as 2 quotes).