When saving a command like "replace in files something with nothing"
i.e:
string:
ReplInFiles RegExp Recursive OutputWin Unicode "c:\" "*.*" "<my text>" ""
it becomes (after saving):
FindInFiles RegExp Recursive OutputWin Unicode "c:\" "*.*" "<my text>"
UE replaces the "replace function" code with a "find function" code.
Is there a way to avoid this problem ???
Thank you beforehand !!!
i.e:
string:
ReplInFiles RegExp Recursive OutputWin Unicode "c:\" "*.*" "<my text>" ""
it becomes (after saving):
FindInFiles RegExp Recursive OutputWin Unicode "c:\" "*.*" "<my text>"
UE replaces the "replace function" code with a "find function" code.
Is there a way to avoid this problem ???
Thank you beforehand !!!