> David V Glasgow wrote:
> I am trying to alphabetically sort a list of unique strings, some of which 
> have 
> a leading space character.  I need these to sort as if the second character 
> is 
> the first character rather than all space prefixed strings being bunched 
> together.

Would 

sort tData ascending by word 1 to -1 of each

work for you?

Kind regards
Bernd
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to