Re: cookie macro

2004-03-31 Thread dAniel hAhler
Hello bats, on Wed, 31. Mar 2004 at 06:02:16 +1000 Robin Anson wrote: Change the Regex pattern as follows: %SETPATTREGEXP='(.*?)(?:\n)?(.*)'%- You might need (and I'm guessing 'cos I haven't tried it) %SETPATTREGEXP='^(.*?)(?:\n)?(.*)$'%- Both should work. See Carsten's answer to my

Re: cookie macro

2004-03-30 Thread Jonathan Angliss
On Tuesday, March 30, 2004, rich gregory wrote... DH %SETPATTREGEXP='(.*?\n)(.*)'%- DH %REGEXPBLINDMATCH(%COOKIE=c:\sigs.txt)%- DH %WRAPPED(%SUBPATT(1)) DH%SUBPATT(2)%- It works SOMETIMES! Occasionally I get no signature at all with this code. I think the

Re: cookie macro

2004-03-30 Thread dAniel hAhler
Hello bats, on Tue, 30. Mar 2004 at 01:30:45 -0500 rich gregory wrote: DH %SETPATTREGEXP='(.*?\n)(.*)'%- DH %REGEXPBLINDMATCH(%COOKIE=c:\sigs.txt)%- DH %WRAPPED(%SUBPATT(1)) DH%SUBPATT(2)%- It works SOMETIMES! Occasionally I get no signature at all with this

Re: cookie macro

2004-03-30 Thread Robin Anson
On Wed 31 March 2004, 1:47:20 +1000, Daniel Hahler wrote: Hello bats, on Tue, 30. Mar 2004 at 01:30:45 -0500 rich gregory wrote: DH %SETPATTREGEXP='(.*?\n)(.*)'%- DH %REGEXPBLINDMATCH(%COOKIE=c:\sigs.txt)%- DH %WRAPPED(%SUBPATT(1)) DH%SUBPATT(2)%- It

Re: cookie macro

2004-03-28 Thread Jonathan Angliss
On Sunday, March 28, 2004, rich gregory wrote... The line does not wrap and the /n switch is not generating a new line, but appears in the text. It's \n, and without your template, I cannot tell you why it's not going to wrap. %COOKIE doesn't wrap on it's own, you have to use

Re: cookie macro

2004-03-28 Thread Jonathan Angliss
On Sunday, March 28, 2004, rich gregory wrote... Can I get it to show this way: ~~~ I have always wanted to be somebody, but I see now I should have been more specific. - Lily Tomlin

Re: cookie macro

2004-03-28 Thread dAniel hAhler
Hello bats, on Sun, 28. Mar 2004 at 12:16:17 -0600 Jonathan Angliss wrote: Can I get it to show this way: ~~~ I have always wanted to be somebody, but I see now I should have been more specific. - Lily Tomlin

Re: cookie macro

2004-03-28 Thread dAniel hAhler
Hello bats, on Sun, 28. Mar 2004 at 19:05:28 -0500 rich gregory wrote: Can I get it to show this way: ~~~ I have always wanted to be somebody, but I see now I should have been more specific. - Lily Tomlin

Re: cookie macro

2004-03-24 Thread Allie Martin
Rich Gregory, [RG] wrote: RG If a file, a text file I'd assume RG (c:\progra~1\theba~1\cookies.txt?) Just to add to this point. I've noted that the file doesn't have to have a .txt extension. TB! will assume the file is a text file and read it as such. At least this is so the last time I

Re: cookie macro

2004-03-23 Thread Jonathan Angliss
On Tuesday, March 23, 2004, rich gregory wrote... From the Help file: COOKIE = filepath [..] Is filepath above supposed to define a directory or a file? If a file, a text file I'd assume (c:\progra~1\theba~1\cookies.txt?) it would contained lines of text to be used along the lines

Re: cookie macro

2004-03-23 Thread Jonathan Angliss
On Wednesday, March 24, 2004, rich gregory wrote... JA It can be a full path to a file (including the file), or just the JA file for a relative file path. Mine for example is set to: JA %COOKIE='c:\sigs.txt'%- OK, so it is a file. 1) Always a file? Yes 2) Is that file structured as

Re: cookie macro

2004-03-23 Thread Peter Meyns
Hi rich, on Wed, 24 Mar 2004 01:26:40 -0500GMT, you wrote: (COOKIE = filepath) rg 1) Always a file? Yes. rg 2) Is that file structured as THEBAT.TIP is so that each single line rg in the text document is referenced as a single item? That's right. rg 3) Are the cookies always accessed