I have an array two dimension and I made a xbrowse
AAdd( atemp,{aString[nI],atop[nI]})
@ 30, 10 XBROWSE oLbx OF oDlg ;
SIZE 185,100 PIXEL
oLbx:SetArray(atemp)
If I select a record I wish Have the value of second col ( atop)
how I must make I tried also with oBrw:aArrayData:acols[2]