FORMULA LANGUAGE


@Explode
Example

Returns a text list composed of the elements of a text string or date range.


Syntax

@Explode( dateRange )
@Explode(
string )
@Explode(
string ; separators )
@Explode(
string ; separators ; includeEmpties )
@Explode(
string ; separators ; includeEmpties ; newlineAsSeparator )

Parameters

dateRange


string
separators
includeEmpties
newlineAsSeparator

Note This parameter is new with Release 6.


Return value

explodedString


Language cross-reference

Split function of LotusScript language

Example
See Also