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. Options stripwhite to strip leading and trailing whitespace, and/or quotechar to quote column values (escaping quotes as 2 quotes).