Hi,
I need "natural sort" as a sorting algorithm to use with IndexFieldNames. For natural sort see:
I have an article number field as varchar. Some of my customers have article numbers with mixed letters and numerical digits. Some have article numbers with numerical digits only.
This is the sort order now:
1
11
2
But I need:
1
2
11
Thank you!
(As far I know Windows uses StrCmpLogicalW to sort file names in that way)