I've edited the next macro but it's not working InsertMode ColumnModeOff HexOff UnixReOn Top Find RegExp "^[^@].*\p" Replace All "" Is this correct? Edit: RegExp parameter was missing.
I need to delete all lines in a text file that doesn't start with "@". For example FFFFFF @GGG AAAAA @BBBB should result: @GGG @BBBB i'm trying with IfnotFound but I'm getting errors. any help? thanks