I've only recently started to use code replacement. It is fantastic. I didn't use it before because I didn't realize that you can put in multiple fields separated by a comma so better late than never.
My issue is this. I set it up so that I can use the * character instead of the \. Just a bit less movement when you use the keypad because all I use are numbers. What happens however is that whicever you use the \ or the * character the code replacement places a \ at the end of the code replacement values.
for example if I type "*11*", I get "11,Ben Spies,Team Suzuki\" placed in as the code replacements. The irritation is that the "\" shows up at the end and I have to remove it for each of the 3000 pictures. Is that supposed to be the way it works or is that a bug? I can see that it can speed things up for multiple entries, which I've got plenty of but then one would think that if you use a different character, that same character would populate that spot. Of course I'd preffer not to have it pop in at all.
The other minor annoyance is that spaces don't seem to be respected. I find that sometimes the double spaces I put in-between keywords are there while other random times they are not. Not a big deal though.
It may be a bug. '*' is a wildcard character in regular expressions. What if you (just for testing) use something else like '\' and try it again? Does it still put in an ending '\'?
Your code replacement file should look something like this:
11[tab]11,Ben Spies,Team Suzuki
17[tab]17,Miguel Duhamel,Team Honda
Where [tab] is a tab character (can't be represented on the forums).
As for the spacing issue, can you either post an excerpt of your code replacement text file, or send it to me directly?
Thanks,
-Kirk