I'm having the worst time trying to sort the items in a listbox of variable length with each item being variable lengths themselves. I thought I would just do a simple bubble sort with it, but every time I set it up, there's always something that the compiler doesn't like. I dunno if it's incorrect coding or my compiler itself. Whatever. Will someone please show me the correct way to do this? The list is called, unoriginally, "List1".