Label Variables

2007-12-17 Thread Sam Garson
Hi again. I am trying to get the text of the selection in a list box and put into a variable, which is put into a label. i.e., whatever is selected will show in the label. However, because at the beginning there is nothing in the listbox (and therefore no selection), the tuple returned by

Re: Label Variables

2007-12-17 Thread Gabriel Genellina
En Tue, 18 Dec 2007 00:46:27 -0300, Sam Garson [EMAIL PROTECTED] escribió: I am trying to get the text of the selection in a list box and put into a variable, which is put into a label. i.e., whatever is selected will show in the label. However, because at the beginning there is nothing