Hello, We need a macro which does some operations on all occurences of a specified string and then returns the caret to its original position. I wrote a macro which works fine (recursively calling itself), but in order to return the caret, I need to understand when the search command fails. For the moment, I get the impression the command is always executable. Is this the case? If so, how could I test if the result of the search command is nothing?
Thank you, Bert

