Sorting

Martin Luce martinluce at eclipse.co.uk
Mon Dec 28 15:39:34 EST 2020


Hi

I am trying to sort a list alphabetically but not divided between upper and lower case. ie I want a word starting with lower case c to be in the right place amongst all the Cs and not to have the lower case starting letters appearing after all the upper case first letters.

I am using 

Do i_InPortLst.$sort($ref.[L_Name])       L_Name being the name of the column to sort on in the list

Have tried 

Do i_InPortLst.$sort($ref.[L_Name],upp())
but does not help

Here is to a better New Year for all

Martin


More information about the omnisdev-en mailing list