[Implemented] More Sort Constants

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

[Implemented] More Sort Constants

Post 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
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer