Weird behavior! … What you need is a Script that creates your index! 1 script, 1 click! Let's take your example: Instead of indexing "RSR-0003", the Script will index "RSR-aaac" (a = 0, c = 3). Instead of indexing "RSR-003", the Script will index "RSR-aac" (a = 0, c = 3). [Of course, the Script will do this treatment itself!] After having generated the final index: RSR-aaac RSR-aac … the Script will replace in its text: "a" by "0" "b" by "1" "c" by "2" "d" by "3" "e" by "4" "f" by "5" "g" by "6" "h" by "7" "i" by "8" "j" by "9". So, in your sample, the index will finally be: RSR-0003 RSR-003 [correctly sorted] (^/) The Jedi
... View more