Hi,
Is it possible to change the method how the sortedlist object sorts it's entries by default?
If I were to have this already in my sortedlist:
"1_1_1", "value X"
"2_1_1", "value Y"
And I would add the following key/value combo:
"11_1_1", "value Z"
I would like it to come after "2_1_1", "value Y" instead of before, which is happening now.
Anyway I can change this behaviour?
Is it possible to change the method how the sortedlist object sorts it's entries by default?
If I were to have this already in my sortedlist:
"1_1_1", "value X"
"2_1_1", "value Y"
And I would add the following key/value combo:
"11_1_1", "value Z"
I would like it to come after "2_1_1", "value Y" instead of before, which is happening now.
Anyway I can change this behaviour?