it means that the description you got in there is an array, which really doesn't make sense to me...
what it returns with:
 Code:
For $r = 0 to UBound($aResults,2)
	If $r = 0 
		$UserDetails = $aResults[$c,$r]
	Else
		if $r = 3
			$UserDetails = $UserDetails + "," + join($aResults[$c, $r],@crlf)
		else
			$UserDetails = $UserDetails + "," + $aResults[$c, $r]
		endif
	EndIf
Next 


why is the description an array does not compute. when I write to it, I don't write an array, so indeed I would expect to get a string back as well...
_________________________
!

download KiXnet