Page 1 of 1

[Implemented] #PB_Sort_<type> to equal #PB_<type>

Posted: Tue Dec 14, 2010 12:28 pm
by Trond
It would be less possibility for error if the type constants used for sorting were equal to the other type constants:

Code: Select all

#PB_Sort_Integer = #PB_Integer
#PB_Sort_String = #PB_String
#PB_Sort_Quad = #PB_Quad
etc...
I just mixed this up when trying to sort a list.

Re: #PB_Sort_<type> to equal #PB_<type>

Posted: Tue Dec 14, 2010 4:23 pm
by Seymour Clufley
Yes, I agree.