Reading all Dictionary matches before moving to the next Dictionary
How can I delete this question?
Re: Reading all Dictionary matches before moving to the next Dictionary
You're still not doing two things I suggested in the other post(s) ... 1) set some breakpoints and follow through it to see what it is doing and why it is't doing what it should be doing. 2) you never restart the process when a match is found... you still push forward, so it's no different than the for loop you had before. When you make a replacement, you need to make a note of that so when you get to the end, you only move on IF you didn't make any replacements. Instead you need to re-start the check from the beginning... one thing I asked in the other thread that went unanswered (as far as I know - if you did answer it, you answered in a way that didn't really answer it) ... is that what should happen if a replacement happens in Dictionary3? Should it re-start over again with #1? Or just re-start #3?
-tg
Re: Reading all Dictionary matches before moving to the next Dictionary
How can I delete this post, I have already found a solution?
Re: Reading all Dictionary matches before moving to the next Dictionary
You don't delete the post... but rather you give back by posting the solution, what did... and then mark the thread as Resolved (top right, under the Thread Tools menu.)
-tg