Hi all, Here you can find an useful (?) macro, when you forward message to someone. You surely knows some message (multiple forwarded) which have at beggining some >>>>>>>>>. This is sometime really hard to read, so here is macro how to remove all this quotes. I have to thanks to: Carsten Thönges (for main idea of recursive macros) Silviu Cojocaru (for support:)
ok, so you have to do 2 macros: ====qq==== %REM=_Copy clipboard into comment_%- %COMMENT='%text'%- %REM=_Call the qq2 template_%- %QINCLUDE="qq2"%- ====end of qq=== ====qq2==== %IF:"%- %- %SETPATTREGEXP='(?is).*?[\n](.*)'%- %REGEXPMATCH='%COMMENT'x"<>"x"%- :"%- %SETPATTREGEXP='(?is)([ ]*\w*#*\|*>)*[ ]*\|*#*[ ]*(.*?)[\n]'%- %REGEXPBLINDMATCH='%COMMENT'%SUBPATT='2' %- %COMMENT='%- %SETPATTREGEXP=""(?is).*?[\n](.*)""%- %REGEXPMATCH=_%COMMENT_'%- %QINCLUDE='qq2'"%- :%- "%SETPATTREGEXP='(?is)([ ]*\w*#*\|*>)*[ ]*\|*#*[ ]*(.*?)[\n]'%- %REGEXPBLINDMATCH='%COMMENT'%SUBPATT='2' %COMMENT=''"%- ====end of qq2==== in _forward_ template put this (you can add %wrapped and so on): %QINCLUDE="qq" ok, and now the best: test !!! ====test start==== test1 test2 >test3 >test test4 test>test5 > test6 >> test7 > >> test8 > >>test9 >> > test10 >> >test11 > > >test12 > > > test13 2G> test14 MC> test15 MC>test16 MC>> > >test17 MC> > >>test18 >MC> test19 >MC>test20 >> MC> test21 >> MC> AC> test22 test> test> >test> test23 | test24 ||test25 |> | test26 # test27 >|># test28 AC>> |>MC> 2g> MACRO>> > | kewl macro! >> ">" | could show "">"" >> --> new | (could show "-->") MC > this doesn't work, should be ? ======test end======= =====result start===== test1 test2 test3 test test4 test5 test6 test7 test8 test9 test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 test20 test21 test22 test23 test24 test25 test26 test27 test28 kewl macro! ">" | could show "">"" --> new | (could show "-->") MC > this doesn't work, should be ? =======result end========== Ok reply, if you like it, or find useful...(I hope so!:) -- --+ +-- +- WEB: www.2ge.sk Mail: [EMAIL PROTECTED] +--+ | - +-- IRC: _2ge_ (ircnet) ICQ UIN: 7552083 +====+==+=+====- The Bat! 1.54/10 on Windows NT 2195.5.0 ANSI is banned in San Quenton; Too many escape procedures -- ______________________________________________________ Archives : http://tbtech.thebat.dutaint.com Moderators : mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED]
