Hello genius out there!
I have a small problem:
I want to create a double-item listbox from some strings.
Please help me out.
The string will come from a socket.
eg. "(Message1,hello)Message2,hi)"
and the final list code should be
[(u"message1",u"hello"),(u"Message2",u"hi")]
and will be displayed in a listbox.
Please help me out!
Thank you!

Message2,hi)"
Reply With Quote

ata2:hi


