Application Integration (On-Premises) : DSPs and building output templates : Tag Descriptions : %loopsep%
%loopsep%
You use the %loopsep% tag to insert a specified character sequence between the results from a %loop% block.
Syntax
%loopsep ‘sepString’%
Arguments
sepString is a string that you want to insert between each result.
Effect on Scope
None
Notes
%loopsep% does not insert sepString after the result produced by the last iteration of the loop.
Examples
The following example inserts a comma between each value produced by the loop.
.
.
.
%loop items%
%loop -struct%
%value%
%loopsep ‘,’%
%endloop%
%endloop%
.
.
.
Copyright © 2015- 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback