[Implemented] More Sort Constants
Posted: Tue Jul 11, 2006 6:30 pm
at the moment, we have :
why not adding these ones :
Code: Select all
#PB_Sort_Byte
#PB_Sort_Word
#PB_Sort_Long
#PB_Sort_String
#PB_Sort_Float
#PB_Sort_Double
#PB_Sort_Quad
#PB_Sort_Character
Code: Select all
Enumeration 0
#PB_Sort_Ascendant_CaseSensitive
#PB_Sort_Descendant_CaseSensitive
#PB_Sort_Ascendant_NoCaseSensitive
#PB_Sort_Descendant_NoCaseSensitive
EndEnumeration