FORMULA LANGUAGE


@Implode
Example

Concatenates all members of a text list and returns a text string.

Syntax

@Implode( textlistValue ) or
@Implode( textlistValue ; separator )

Parameters

textlistValue


separator
Return value

implodedString


Language cross-reference

Join function of LotusScript language

Example
See Also