> Could you do something recursive that goes something like
>
> function deleteIt4Real (obj) {
>       for (var i in obj) {
>               deleteIt4Real(obj);
>       }
>       if (obj) delete obj;
> }
>
> or am I trippin'

I am trippin'

this would cause a small problem as soon as it got to the dyndoc property
wouldn't it :-)


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to