listbox edit text name

Hi i am having problems pulling the full name from the listbox to the edittext.
I am only able to get the 1 letter from the list box or the 2nd i want it to get the full name and post it on the rang edittext..
This is the part of the code that i am having problems with-
-------------------------
edt_range.text = jbList.items[itm][1]

never mind guys i figured it out

i changed the code to

on jbList doubleClicked itm do

edt_range.text = jbList.items[itm]

Thanks :)