Hi everybody

I have one question about listbox, is there any property for listbox to change texts into listboxes or i have to make a procedure.

For Example:


lstcombo.additem "ONE"
lstcombo.additem "TWO"
lstcombo.additem "THREE"
lstcombo.additem "FOUR"
lstcombo.additem "FIVE"

and i want to change the order to

lstcombo.additem "ONE"
lstcombo.additem "TWO"
lstcombo.additem "FOUR"
lstcombo.additem "THREE"
lstcombo.additem "FIVE"


any ideas?, Thanx for reply