I have a listbox with two columns (an integer and a string). I want to
pass the integer to a routine when the user clicks on a listbox row.
I entered the code in the CellClick function as below:
id =listbox1.cell(listbox1.listindex,0)
so that variable id could be used to store the integer.
Viewing id in an editfield first gives me every single id in the list.
Clicking again on a row I get the correct value for the previous
click.
Thanks for any help.