listbox numeric sort problem

Return False is just being explicit about the return value. If you don’t return a value from a method with a return value it will use the default for that data type. The default for Boolean is false. (String is “” (empty), Integer is 0, classes nil, and so on)