i think you are not so far from the solution with $aResults but the value returned for the attribut is also an array.

You should try something like that
 Code:
 for $i = 0 to UBound( $aResult,1 )
  for each $value in $aResult[$i,0]
    ? $value
  next


I haven't test the code
_________________________
Christophe