I don't understand what the sort sequence is here - it look like it is extracting the numeric part of the field and sorting on that -
99B followed by 114. - is this correct? I can't find any description of it.
Understanding Sort Sequence
Re: Understanding Sort Sequence
Everything will do a natural sort.
A sequence of numbers is sorted by value.
1 < 2 < 10
A sequence of numbers is sorted by value.
1 < 2 < 10
Re: Understanding Sort Sequence
Not quite.froggie wrote: Tue Mar 17, 2026 7:35 pm I don't understand what the sort sequence is here - it look like it is extracting the numeric part of the field and sorting on that
a:=substr($name:,2,3),2,3sort:ab:=hex(a:)A file named
!0hgvtx27uqukksr9uu2fy_source.mp40hgA file named
0hgvtx27uqukksr9uu2fy_source.mp4hgvRe: Understanding Sort Sequence
Yes, that is what my search does. It was the sort term I was asking about.