On 9. Nov 2006, at 07:45, Leo Brewin wrote:
[...] Here are two lines from some program.
Name1:=ThisFooBar; Name2:=ThatBar;
If I use column selection to select "Foo" from the first line and "Bar" from the second line then when I do a replace in selection of Bar with FooBar the result will be
Name1:=ThisFoo Bar; Name2:=ThatFooBar;
I see that it doesn’t work here -- but I wonder, is this an actual example of what you’re doing? Seems to be not the most intuitive use of replacements performed in columns ;)