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

hh hh at hyperhh.de
Thu May 18 17:28:54 EDT 2017


You want a sort with co-sort:

set the casesensitive to true -- secondary sort:
sort myContainer
set the casesensitive to false -- primary sort:
sort myContainer 




More information about the use-livecode mailing list