[Zope] why is this?
Joel Burton
jburton@scw.org
Wed, 7 Mar 2001 13:27:07 -0500 (EST)
On Wed, 7 Mar 2001, Joh Johannsen wrote:
> This works:
>
> <dtml-call "REQUEST.set('asplit',_.string.split(bigstring,'&'))">
> <dtml-call "REQUEST.set('aname',asplit[0])">
> <dtml-var aname>
>
> But this doesn't:
>
> <dtml-call "REQUEST.set('asplit',_.string.split(bigstring,'&'))">
> <dtml-var asplit[0]>
>
> Why is that? What does work for list access?
<dtml-var "asplit[0]">
should work.
--
Joel Burton <jburton@scw.org>
Director of Information Systems, Support Center of Washington