In some programming languages '0' is a character while "0" is a string. try to use "0" instead.
-----Original Message----- From: Graham Lounder [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:02 AM To: [EMAIL PROTECTED] Subject: logic:match question Hello all, I'm not sure what is happening here but I think it's an obvious fix, I just can't see it. When I'm looping through a logic:iterate tag, I want to display a message on the first iteration. I used the IndexId attribute and created an index and compare it to the value 0. For some reason, this evalutates to true for 0 and 10 (and maybe 20 etc... my results don't go that high). <logic:match name='index' value='0'> I like cheese! </logic:match> Any Ideas? Graham -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

