Subj : Re: [spidermonkey] how to modify the [[value]] of an object To : netscape.public.mozilla.jseng From : Brendan Eich Date : Thu Aug 11 2005 12:03 am Martin Honnen wrote: > I can't help you with C/C++ code but in script code you could call > obj.toString() > or > obj.valueOf() > to read out the value so perhaps that helps in calling the right method > from C/C++. o.valueOf() is the way. /be .