[Implemented] #PB_Sort_<type> to equal #PB_<type>
Posted: Tue Dec 14, 2010 12:28 pm
It would be less possibility for error if the type constants used for sorting were equal to the other type constants:
I just mixed this up when trying to sort a list.
Code: Select all
#PB_Sort_Integer = #PB_Integer
#PB_Sort_String = #PB_String
#PB_Sort_Quad = #PB_Quad
etc...