Hi Henry,

From looking at the book it seems that delete is only appropriate for arrays and dynamic instance variables. Since we're trying not to use dynamic classes, can I remove lines like this from code (for swf9):

    delete this.p;
    delete this.data;
    delete this.__LZlastdotdot;
    delete this.context;
    delete this.__LZtracking;


(These lines come from LzDatapointer)

Thanks!

Phil

Reply via email to