.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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


Usage

If the first parameter is a list, the function concatenates the list elements treating the list boundaries as separators.

Language cross-reference

Split function of LotusScript language

Example
See Also