Sort so that "Hello" is always before "hello"

hh hh at hyperhh.de
Thu May 18 18:46:31 EDT 2017


Correction, sorry.

> I wrote:
> But because lower(a-zA-Z) is _always_ not equal to upper(a-zA-Z) ...

This handles only one case of casesensitivity. Should read:

If the casesensitive is true then
lower(a-zA-Z) is _always_ not equal to upper(a-zA-Z)

If the casesensitive is false then
lower(a-zA-Z) is _always_ equal to upper(a-zA-Z)

[So this gives no further distinction for sorting.]




More information about the use-livecode mailing list