Hallo John, On Fri, 8 Aug 2003 17:58:12 +1000GMT (8-8-03, 9:58 +0200, where I live), you wrote:
JP> So how exactly does this macro, or more correctly, is this macro JP> (%-) supposed to work, and where exactly do I put it? It's rather straightforward. You place the %- macro at a place in your template where you're having a linefeed (Enter). In the generated message, the linefeed is forgotten and no new line is started. For example: ,----- [ ] | Hallo %- | %ToFname%- | ,%- `----- gives this in a message to you: ,----- [ ] | Hallo John, `----- The %- macro needs to be placed at the end of the line,because this: ,----- [ ] | This %- | works %- | and | %- this | %- doesn't `----- gives: ,----- [ ] | This works and | this | doesn't `----- -- Groetjes, Roelof ________________________________________________ Current version is 1.62r | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

