Skip navigation links
Expressively and easily automate your text documents with TExpressive!
Menu
TExpressive
Expressively and easily automate your text documents with TExpressive!

Join function

Takes the value of all subparameters of the given parameter and adds them together by placing the given text fragment between them.

Remarks

  • Possible subparameters of the subparameters will not be processed.
  • Sorting by name and value is not case sensitive.

Arguments

Param
The name of the parameter of which to join the subparameter values.
With
The text fragment to use to separate the values with in the result.
OrderBy (optional)
The order in which to join the subparameters.  The default order is ascending by number.  Supported options:
  • "NameAsc" (by name, ascending order)
  • "NumberAsc" (by number, ascending order)
  • "ValueAsc" (by value, ascending order)
  • "NameDesc" (by name, descending order)
  • "NumberDesc" (by number, descending order)
  • "ValueDesc" (by value, descending order)