> Here's what I've got: > http://www.softtalker.com/miked/templateHelp.html > > If someone could help me out, and show me how to take the output of one > template and feed it to another, I'd greatly appreciate it. I think > the only one that works that way is QuoteCleanup, but the other two > templates print their own output. > > The first two lines are commented out in the ReplyWrapper because they > print their own output and I get duplicate stuff in my replies.
I could be wrong on this... but wouldn't you want to reset %COMMENT with the return values, otherwise it just outputs the results... what I mean is: %COMMENT="%QUOTES"%- %COMMENT='%QINCLUDE="QuoteCleanup"'%- %QINCLUDE="RemoveDupNewlines"%- %COMMENT="" The way I'm assuming it is working, is %COMMENT is set the first time, the second time it takes the data, and returns it... but because nothing is being done with it, it just displays it... then when it hits the second, it uses the original %COMMENT, and runs on that. With that way, the output is passed into %COMMENT again, so no output. -- Jonathan Angliss ([EMAIL PROTECTED]) ________________________________________________________ Current version is 1.61 | "Using TBTECH" information: http://www.silverstones.com/thebat/TBUDLInfo.html
