12 Feb
2000
12 Feb
'00
6:42 p.m.
Hi,
From: Evan Simpson [mailto:evan@digicool.com]
How do I use the (r)strip function in an expression like <dtml-if "_.has_key(mwid)">.
You can <dtml-if expr="_.has_key(string.strip(mwid))"> and <dtml-var expr="_[string.strip(mwid)].tag()">
Make that
<dtml-if expr="_.has_key(_.string.strip(mwid))">
and
<dtml-var expr="_[_.string.strip(mwid)].tag()">
-- Martijn Pieters, Software Engineer
Thanks, that did the trick. Henny van der Linde Leiden University