Subject: Re: How to test for existence of instance variable?
From: ts <decoux moulon.inra.fr>
Date: Tue, 18 Feb 2003 21:30:46 +0900
References: 650016501765081
In-reply-to: 65081
>>>>> "B" == Brian Candler <B.Candler / pobox.com> writes:
B> I want to check whether the instance variable corresponding to that
B> attribute is already initialised.
First test if the instance variable exist.
Guy Decoux