#9455
LTT
Participant

Yutaka wrote:
3. It is possible that you might escape a backslash when you use a command line, and escape again when using escape sequences.

I don’t get it yet on issue 3. Could you explain a little further please?

It seems this only happens when the FindWhat string is ended with a backslash. Examples:
* To find “” (1 backslash), I have to use “\” as the FindWhat string in the command line.
* To find “” (2 backslashes), I have to use “\\”.
* To find “a” (an “a” and a backslash), I have to use “a\”.

But to find “a” (a backslash and an “a”), only “a” is needed. Only this one is in line with my expectations.