On Mon, Mar 3, 2008 at 5:55 PM, pit klong <[EMAIL PROTECTED]> wrote: > hello list, > my problem is: after having deleted a data structure, i cannot create a new > one. the error is "append: stale pointer". what is wrong?
Hi. Nothing wrong, you just gotta send the traverse & bang message again. I believe the pointer stays pointing to the "head" of the list, but when you delete the last thing added the pointer goes away with it into limbo. -Chuckk -- http://www.badmuthahubbard.com _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
