Retrieving values from a ListBox control!



Hi,

I populate with a cursor a Listbox control with two columns containing
character strings in a form (thisform.List1).

Column1 Column2
f.e. string1 & string1' the values of the first row of the List1
string2 & string2' the values of the second row of the List1
--------
& --------- ------------------------------------------------
stringn & stringn' the values of the n row of the List1

I want to STORE with a click event from the List1 the string of the clicked
item of the first row in a memory variable (memvar1) and also the
corresponding item from the column 2 in a second memory variable (memvar2).

How can I do it?

Thanks

Stefis Ioannis




.