[Zope] Upper case conversion

Martijn Pieters mj@antraciet.nl
Wed, 05 May 1999 09:47:12 +0200


At 07:34 05/05/99 , Jeff Nielsen wrote:
>I'm stumped. In the if statement below, I want it to evaluate to true for
>both 'Y' and 'y'. I can't seem to figure out how to use the upper(S)
>function.
>
><!--#if "DateTentative=='Y'"--> evaluates to true for 'Y', but false for 'y'
>
>Help is always appreciated...
>
>Jeff.

How about:
<!--#if "DateTentative in ('y', 'Y')"-->

--
Martijn Pieters, Web Developer
| Antraciet http://www.antraciet.nl
| Tel: +31-35-6254545 Fax: +31-35-6254555
| mailto:mj@antraciet.nl http://www.antraciet.nl/~mj
| PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
------------------------------------------