I've got an array filled with date/monetary transaction data which needs to be displayed in a listbox on screen.

I need to sort my listbox items by date, but don't know how. Also, how easy would it be to have two listboxes - one for the date and one for the transaction value - considering they need to stay relative?

Cheers
Mafro