This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil uVision4 dialog doesn't find all instances of a string

I enter following search string in Keil uVision4 dialog:

_expectedRequestMessageLength

It doesn't find all instances of this string. From "Find In Files" output windows, it looks
like it found all instances but some of the instances are displayed as %s(percent s). Double
clicking on %s doesn't do anything.

If I do "Find" instead of "Find in Files", then clicking "Find Next" takes me to all
instances of the searched string.

The following lines weren't found by "Find in Files"
_expectedRequestMessageLength = 0; /* line 245 */
_expectedRequestMessageLength = 0; /* line 261 */
if (_expectedRequestMessageLength <= 0) /* line 298 */

All instances of the string that were found are in the middle of lines.

Please advise!

Thank you!