Hi .. if {$arg == "something"} { return } .. How to make this .. if this "something" is in the line, returns else continues the proces? This is a part of a pub msg, and this "something" is the pub msg. If this "something" is in that line don't do nothing .. if is continue the rest of the proces.