like this:
Code: Select all
automacro qwe {
console /\(From: (.*)\) : save (one|two|three)/i
call {
if (($lastMatch2 = um) || ($lastMatch2 = dois) || ($lastMatch2 = tres)) goto $.lastMatch2
:one
do something
:two
do something
stop
:three
do something
stop
}
}