Re: Creating list references in handlers. Bad code or bug?
Re: Creating list references in handlers. Bad code or bug?
- Subject: Re: Creating list references in handlers. Bad code or bug?
- From: Emmanuel <email@hidden>
- Date: Fri, 14 Sep 2001 19:43:52 +0200
At 17:50 +0200 14/09/01, Helmut Fuchs wrote:
>
>
At 10:26 Uhr -0400 14.09.2001, Victor Yee wrote:
>
>I think that the problem is a matter of scope. References can only
>
>refer to top-level or global varaibles.
This is what I observed also, as I posted a few days ago. A reference to a
local variable defined in a given handler fails if used in another handler.
I would be very surprised if this was documented, since it is a bug.
As I stated in my post a few days ago, *this used to work before 1.4.3*.
I can prove it :-)
Emmanuel