Hi,
I have 2 lines that finish with '?' but when I ask for the grep to change the style it ignores it.
What should I enter to assign a grep to a question mark?
THanks
Steve
What are you using now?
Question marks are used as control characters in GREP, so to find one you need to make it a literal by "escaping" it like this \? or putting it in a class like this [?]
Retrieving data ...