Second line and beyond seemed fine (using a different search query)
Everything can read the content (stored as $A:), but when changing the first character of $A: to "xxx___", it does not change the actual first character (the "d" of "deleteme"), but something else.
That "something else" does not show up in a hex-editor.
Any idea what is happening here?
Search query:
Code: Select all
count:1 addcol:A,B A:=get_property("T:\TEST\deleteme.txt",content) B:=REPLACE($A:,1,1,"xxx___")