Views:

Description

Returns a string that is made up from the parameter strings and delimited by the Delimiter.

Signature

StringJoin('Delimiter', 'param[0]','param[1]','param[n]')

Example

StringJoin(',' , 'One', 'Two', 'Three')
 Returns 'One, Two, Three'

Parameters

Name Type Description Required
Delimiter xxxx xxxx xxxx
param[0] xxxx xxxx xxxx
param[1] xxxx xxxx xxxx
param[n] xxxx xxxx xxxx