Re: A86: String won't go away


[Prev][Next][Index][Thread]

Re: A86: String won't go away




> When a variable is deleted (using DelVar( or the Mem >
> Delete menus), it doesn't actually erase the data, it only
> erases the VAT entry.  The data remains until that
> section of memory is used for something else.

That is only true if the variable deleted is the last one
in memory.  If it's not, all of the others are moved back
(defragmentation) during the deletion.  The data that
remains after the deletion is of the last variable after
the end of the used user memory.