but it performs the same sort of benefit in removing the if/endif that the break would provide

for $a=0 to 10
if $a=6 break endif
? $a
next

for each $element in $array where $element<>''
? $element
next

and is similar in concept to what a step parameter does
_________________________
How to ask questions the smart way <-----------> Before you ask