Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Syntax
Combiner.CombineTextByPositions(positions as list, optional template as nullable text) as function
About
Returns a function that combines a list of text values into a single text value using the specified output positions.
Example 1
Combine a list of text values by placing them in the output at the specified positions.
Usage
Combiner.CombineTextByPositions({0, 5, 10})({"abc", "def", "ghi"})
Output
"abc def ghi"