Hi,
Would be nice to have a tag stating it's the last item in the loop
I know we already have the footerEnd, but we wanted to have a loop of Names and render it like:
Nuno, Ricardo, Marco, Pedro, António and Diogo
With if statements, I can check the LoopCounter and only place the ',' if it's not the first one, but for the last one I can't, because I never know the loop length
Nuno