Short
--
Alrighty then... after much fiddling I've found that T2K doesn't like to have more than one of either kind of comment meta tag inside any given <@EXCLUDE> pair, though the manual entry for <@EXCLUDE> doesn not mention this.
Long
--
So:
<@EXCLUDE>
<@! "Single Line Comment" >
<@ASSIGN user$something Value="This works.">
</@EXCLUDE>
<@EXCLUDE>
<@! "Single Line Comment" >
<@COMMENT>
Multi Line Comment
</@COMMENT>
<@ASSIGN user$something Value="This works.">
</@EXCLUDE>
<@EXCLUDE>
<@! "Single Line Comment" >
<@! "Single Line Comment" >
<@COMMENT>
Multi Line Comment
</@COMMENT>
<@ASSIGN user$something Value="** This does not work!">
</@EXCLUDE>
<@EXCLUDE>
<@! "Single Line Comment" >
<@COMMENT>
Multi Line Comment
</@COMMENT>
<@COMMENT>
Multi Line Comment
</@COMMENT>
<@ASSIGN user$something Value="** This does not work!">
</@EXCLUDE>
But as usual, I could be wrong. My code works now though, and that's good, cause I was strating to feel just a little more spaced than usual.
Henning Sittler
www.inscriber.com
-----Original Message-----
From: Henning Sittler [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 04, 2002 1:51 PM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: <@EXCLUDE> ... I think?
Ok, so I have 2 Results HTML actions, one after the other. Both are quite similar and use:
<@EXCLUDE>
<@ASSIGN user$something "somevalue">
...
</@EXCLUDE>
But meta tags in the first Results HTML action function as expected, and meta tags in the second Results HTML action do not seem to have any effect.
Is it not kosher to have more than one pair of <@EXCLUDE> tags in one taf? There must be womething wonky with the code I have written, but I'm wondering if anyone has any ideas or similar mishaps?
Thanks,
Henning Sittler
www.inscriber.com
