On Jan 21, 2009, at 11:21 PM, Scott wrote:
> Luke, thanks for the reply. So just to clarify, you can't even have a
> child class append to an array declared in the parent class and have
> it visible in the parent class?
It's a question of ordering - by the time the child class has an
opportu
Luke, thanks for the reply. So just to clarify, you can't even have a
child class append to an array declared in the parent class and have
it visible in the parent class?
Scott
On Jan 19, 9:44 pm, Luke Kanies wrote:
> On Jan 17, 2009, at 12:31 AM, Scott wrote:
>
>
>
>
>
> > So I need a variabl
On Jan 17, 2009, at 12:31 AM, Scott wrote:
>
> So I need a variable in a child class to be visible to the parent
> class and I'm wondering how I can do that? The docs say "You will
> almost always find that you can avoid resetting variable values using
> the built in conditionals:" but I guess th