FORMULA LANGUAGE
Returns a text list composed of the elements of a text string or date range.
@Explode( dateRange ) @Explode( string ) @Explode( string ; separators ) @Explode( string ; separators ; includeEmpties ) @Explode( string ; separators ; includeEmpties ; newlineAsSeparator )
Parameters
dateRange
Note This parameter is new with Release 6.
Return value
explodedString
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