> getting the error message "c is
> permanent" pertaining to line 78 of dynapi.js, which is the final line
> "delete c;" in the function DynObject.prototype.deleteChild .
It would be interesting to know what you are actually "fiddling
around", e.g. a code snippet could help understanding that issue.
Concerning the delete statement:
I found following statement in the Netscape Javascript reference:
"You can use the delete operator to delete variables declared implicitly
but not those declared with the var statement."
I'm not sure if a function parameter counts as an implicitly declared
variable. Normally I wouldn't say so but some tests I just performed
didn't indicate any problems with deleting function arguments.
Stephan
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help