Use with $repeat to indicate whether there are more elements to repeat. The value for this paramter is true for each iteration until the last item repeated, at which point it becomes false.
Example: Apply different formatting to the last item in a list that is generated by $Repeat.
$repeat$
$If -more$
Place the rows with standard formatting here.
$Else$
Place the final row with underlines here.
$EndIf$
$EndRepeat$