Subj : Re: NewScriptHook bug To : Shanti Rao From : Brendan Eich Date : Wed Nov 24 2004 08:42 pm Shanti Rao wrote: > In the current code, for(...) statements script generate new script > objects but the new script hook never gets called. > > for (var i=0; i<10; i++) > { > print (i); > print (2) > print (3) > } Can you give a complete testcase? I don't see how this can happen (there's only one script here, the top-level that contains the for statement). /be .