You can
code:
for $i=0 to ubound($Groups) Step 2
? "Group = " + $Groups[$i] + " Desc = " + $Groups[$i+1]
next

where $Groups is an array.
_________________________
Home page: http://www.kixhelp.com/hb/