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?
thanx, pit
On Mon, Mar 3, 2008 at 5:55 PM, pit klong klong1@gmx.de 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