The output shows that the same value for $sGroup is processed twice. However we did not include the Index value to see if it had change.

 Quote:
Debug group name + share: LKH_Info_map ~ lkhinfo
followed by
Debug group name + share: LKH_Info_map ~ lkhinfo


Please run the following code and post the results. It will just display the groups that ENUMGROUP lists along with a counter. I am trying to determine why the group value is not different the second time thorugh the loop.

 Code:
$Index = 0
$x=0
DO
  $x = 1 + $x
  ? $x
  $Group = ENUMGROUP($Index)
   " " + $Index + ":" + $Group
  $Index=$Index+1
UNTIL Len($Group) = 0 
_________________________
Home page: http://www.kixhelp.com/hb/