|
Teleos Newbie
Joined: 28 Jun 2004 Posts: 9
|
Posted: Thu Jul 01, 2004 3:47 pm
Gagging a specific window? |
Is it possible to to gag certain lines in specific windows?
Example:
I have my city tells captured into a window called "Shallam"
But in the Shallam window, every line says "(Shallam): "
I want to gag out the labels in specific windows, since I don't need them anymore...is this possible?
Many Thanks! |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Jul 01, 2004 4:24 pm |
Not with #GAG. #GAG affects an entire line and can't be used to remove parts of lines.
Removing partial lines is usually done with #SUBSTITUTE.
:Shallam:#TR {^~(Shallam~): } {#SUB ""} |
|
|
|
|
|