Initializing help system before first use

jointext

Purpose
Merge elements of a list or set into a text string.
Synopsis
function jointext(ls:list|set):text
function jointext(ls:list|set, mxe:integer):text
function jointext(ls:list|set, sep:string):text
function jointext(ls:list|set, sep:string, mxe:integer):text
Arguments
ls 
List or set to use as input
sep 
Separator string (default: ',')
mxe 
Maximum number of elements to merge (default: 0 for no limit)
Return value
A text string consisting of the concatenation of set or list elements.
Further information
1. This function concatenates the elements of an input list or set to produce a text string. Items are separated by the provided separator string that may be an empty string.
2. The argument mxe may be used to specify a maximum number of elements to process (the remaining portion of the input data is ignored). If this limit is negative then the elements are taken from the end of the collection ( e.g. with -3 the last 3 elements of the collection are used), otherwise elements are taken from the beginning.
Related topics
Module

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.