Search

CommasAndList

BuildList Function

Similar to the List command, BuildList produces a delimited list from a repeating data element. The key difference is that BuildList is a function, which means it can be used inside other commands and expressions, not just as a standalone fillpoint.   Syntax «BuildList(repeat,data_element,separator,delimiter,last_delimiter)» Parameter Description repeat The name of the...

CommasAndList - XpressDox

This function is very similar to the List command. The difference is that List operates on repeated data elements (e.g. the names of parties), whereas CommasAndList operates on a list which is contained either in one data element, or, more typically, in a variable constructed out of other values. Suppose...
Loading...