On Sep 21, 2007, at 11:50 PM, Duncan Sands wrote: > Hi Bill, why not just add "true" to the getGlobalVariable call? > > GlobalVariable *getGlobalVariable(const std::string &Name, > bool AllowInternal = false) const; > That would work too. The getNamedVariable() is just a wrapper to getGlobalVariable() but passing "true" in. :-) -bw