Listbox.append()

J

José Carlos

Hi.

How can i do to using a listbox.append(), it adds item in the first line.?

Regards
Jose.
 
T

Terry Reedy

José Carlos said:
Hi.

How can i do to using a listbox.append(), it adds item in the first
line.?

Responding to what I think you asked: append means 'add to the end'. That
is what list.append does and what I presume listbox.append does. To insert
an item elsewhere, there is list.insert. I don't know whether listbox has
an insert method or not. Check the docs more carefully.

TJR
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,183
Messages
2,570,966
Members
47,516
Latest member
ChrisHibbs

Latest Threads

Top