Hi,
I have a two column listbox, list1.
How do I save the data on the 2nd column of the selected row?
To save data from the 1st column I do:
myData = list1.itemData(list1.listIndex)
Now for the 2nd column???
Why are lists so complicated?
I have a two column listbox, list1.
How do I save the data on the 2nd column of the selected row?
To save data from the 1st column I do:
myData = list1.itemData(list1.listIndex)
Now for the 2nd column???
Why are lists so complicated?