Thread: Another xtextedit problem
Wed Nov 24 2004, 06:15PM
Registered Member #198
Joined Fri Nov 05 2004, 04:07PM
posts 36
It seems like xtextedit has something against me:
Currently I can't get the !xTextReplaceAll bang to work as it should, if I for example call:
!xTextReplaceAll @C:\test.txt@ @a@ @test@
It replaces all those lines containing the letter a, but not with the "test" argument but with just empty lines
in effect it turns a file like this:
a
line1 "textline"
line2 "second line of text"
blah "blah"
sometext "text"
into this:
line1 "textline"
line2 "second line of text"
sometext "text"
I have checked everywhere and found no reason why it shouldn't work... Does that happen with anyone else? [ Edited ]