Yes sorry, so I have something like that for now
$test2=_IETableGetCollection($oie,1)
$atabledata=_IETableWriteToArray($test2,true)
_ArrayDelete($atabledata,0)
GUICtrlSetData($Edit1,_ArrayDisplay($atabledata))
$edit1 is obviously an edit button, this return "1" (so succes) in the edit button and the array pops up. I've tried other thing but I don't even remember x)