Reading the cell of a text table is easy, even finding out what element of an array is not a bit deal....but it's quite difficult with the multicolumn listbox. To do that you would have to read the coordinates of the mouse click and relate that to the position of each cell..it would be an inflexible solution. So I would either use a table or a text array instead....OR an array of listboxes (then check for value changes, the element changed is the column index, the value of the element is the row index...).
This whole issue has been discussed earlier on:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=5065000000080000009B350000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_QUESTION_0=Multicolumn+listbox+cell+selected&USEARCHCONTEX
T_QUESTION_S=0
If you want to use an array check out the following thread:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=137&HOID=5065000000050000006CE00000&HTHREAD=000057452&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
Mads