From: Adam Shelly Date: 2006-03-16T04:50:41+09:00 Subject: Re: Scope of an @variable On 3/14/06, Nathan Olberding wrote: > Adam Shelly wrote: > > you need to use @@name. > > I was under the impression (newbie alert) that @name was for instances > and @@name was for classes as a whole (ie, @@ variables change that > value in all instances of Class). Is there a way to have variables that > apply to all instances of a Class? Oops, I read the question too quickly. Sorry. David Black has the right explanation. -Adam