Hi Marek, You wrote:
> There is a macro %TEXT="n", which inputs only first n rows of original > message, in this case first six. Problem is in missing macro, which > will input the rest of original message - from > row 7 to end. > > Is somehow possible to do it with reg. expressions? They need > following: I think so, try: %SETPATTREGEXP='(?s-m)^%Text="n"(.*)$'%- %REGEXPMATCH='%TEXT'%- Note I'm not on TB at the moment, so this is untested. -- Have fun, Januk ________________________________________________________ Current version is 1.61 | "Using TBTECH" information: http://www.silverstones.com/thebat/TBUDLInfo.html
