> What I was puzzling was whether I could somehow independently update the > content accessed by args() and arg(1), etc.
No, it is read only memory. Also, it disappears when the script returns (a
calling script has it's own args). Think of it as read-only local.
>
> Also wondering, once the handle to a class plugin structure has been lost
> (e.g., if it was assigned to a local variable), is it possible to get a new
> handle to the same structure other than by redefining it?
class.get("name")
