Subj : Re: String property & DOM synchro To : netscape.public.mozilla.jseng From : Brendan Eich Date : Mon Jun 28 2004 12:20 pm Lorenzo Pastrana wrote: >>You really have to show your code for me to help effectively. Again, please show more code -- mail me if you want to keep it confidential. You may be misusing the JS_NewString API. Note that calling that API hands off ownership of the char [] passed by reference. If you want the JS engine to make its own copy of that memory, use JS_NewStringCopy[NZ]. /be .