Page 1 of 1

[Implemented] More Sort Constants

Posted: Tue Jul 11, 2006 6:30 pm
by Flype
at the moment, we have :

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
why not adding these ones :

Code: Select all

Enumeration 0
  #PB_Sort_Ascendant_CaseSensitive
  #PB_Sort_Descendant_CaseSensitive
  #PB_Sort_Ascendant_NoCaseSensitive
  #PB_Sort_Descendant_NoCaseSensitive
EndEnumeration