Re[2]: annoying multi-line cookie protocol

2001-01-08 Thread SyP
Hello Beat, You wrote on 1/7/2001, 9:07 PM: Beat But you can use the new %WRAPPED macro (v1.49). Then you can insert Beat your cookies like this: Beat %WRAPPED="%COOKIE" How should I modify it to wrap %INCLUDED cookies? My template goes on like this: %QINCLUDE="QE" and QE then:

Re[3]: annoying multi-line cookie protocol

2001-01-08 Thread Beat Strasser
Hi SyP How should I modify it to wrap %INCLUDED cookies? My template goes on like this: %QINCLUDE="QE" %WRAPPED='%QINCLUDE="QE"' or the better solution, 'cause you use it as a signature: %ISSIGNATURE %COOKIE="F:\Program Files\The Bat!\tag.trt" %ISSIGNATURE %WRAPPED='%COOKIE="F:\Program

Re[4]: annoying multi-line cookie protocol

2001-01-08 Thread SyP
Hello Beat, You wrote on 1/8/2001, 11:09 AM: Beat Hi SyP How should I modify it to wrap %INCLUDED cookies? My template goes on like this: %QINCLUDE="QE" Beat %WRAPPED='%QINCLUDE="QE"' I got this: -8-CUT HERE-- =' Too bad stupidity

Re: annoying multi-line cookie protocol

2001-01-08 Thread Marck D. Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Szabolcs, On 08 January 2001 at 13:19:53 +0100 (which was 12:19 where I live) SyP wrote and made these points: Beat %WRAPPED='%QINCLUDE="QE"' S I got this: snip erm .. you're still using beta/1. Isn't this only working fully in the final

Re[2]: annoying multi-line cookie protocol

2001-01-08 Thread SyP
Hello Marck, You wrote on 1/8/2001, 2:14 PM: Marck erm .. you're still using beta/1. Isn't this only working fully in Marck the final release? You are right about this. blush Now working like a charm. -- Thankss, SyP Heisenberg might have been here. --

annoying multi-line cookie protocol

2001-01-07 Thread Charlie Laidlaw
Hello batfans, to me, it seems like a PITA that mult-line cookies need this '/n' to signify a carriage return. If i download or create a big text file of quotes, i've got to go through and insert them manually (which could be a huge job). I've just discovered that the old 'byelines'

Re: annoying multi-line cookie protocol

2001-01-07 Thread Beat Strasser
Hi Charlie to me, it seems like a PITA that mult-line cookies need this '/n' to signify a carriage return. If i download or create a big text file of quotes, i've got to go through and insert them manually (which could be a huge job). I've just discovered that the old 'byelines'

Re: annoying multi-line cookie protocol

2001-01-07 Thread George F. Schoelles
-BEGIN PGP SIGNED MESSAGE- Hello Charlie, Monday, January 01, 2001, 12:45:53 PM, you wrote: CL to me, it seems like a PITA that mult-line cookies need this '/n' to CL signify a carriage return. If i download or create a big text file of CL quotes, Seems to me leaving it up to

Re: annoying multi-line cookie protocol

2001-01-07 Thread Manfred Ell
On 07-01-2001 at 21:07:16GMT +0100 (which was 20:07 where I live) Beat Strasser wrote regarding the subject of "annoying multi-line cookie protocol" Hello Beat, Beat If you press enter, then the second (and third...) line will be Beat treated as individual cookies. Beat But

Re: annoying multi-line cookie protocol

2001-01-07 Thread Januk Aggarwal
Hello Charlie, On Tue, 2 Jan 2001 at 07:45:53 GMT +1100 (which was 12:45 PM where I live) witnesses say Charlie Laidlaw typed: snip mult-line cookies need this '/n' to signify a carriage return. Just a picky point, it should be '\n' to signify a carriage return. snip Why must it be