[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Translate String of Variable Name into Variable Value
- From: Ketmar Dark <ketmar@...>
- Date: Fri, 1 Jun 2007 17:58:48 +0300
On Fri, 1 Jun 2007 07:28:33 -0700 (PDT)
spam@bitlet.com wrote:
> Thanks. The "const" is part of a class definition. I left
> that bit out for simplification, but the distinction may be
> important. Can I still access the value through _G[] ?
only if your class creates globals. it would be better to give us more
details about your class definition part (perhaps a simplified source
code?) so we can see what is inside the black box. %-)