clearing internal memory

Guest
Can any one help me to find the skill command to clear the internal
memory of layout. For e.g.. If we delete a path in layout, the
database ID of path still remains in internal memory of layout. It
doesn't get deleted by our ordinary ways of deletion.

I would be highly grateful if someone could help me in resolving this
issue.

Thanks in advance.
 
sudhasubramaniam@gmail.com wrote, on 03/30/09 14:49:
Can any one help me to find the skill command to clear the internal
memory of layout. For e.g.. If we delete a path in layout, the
database ID of path still remains in internal memory of layout. It
doesn't get deleted by our ordinary ways of deletion.

I would be highly grateful if someone could help me in resolving this
issue.

Thanks in advance.
It is really deleted though. You may need to do a garbage collection by calling
gc() if you really want to force garbage collection now. You should also make
sure you have no variables pointing to that database id, otherwise SKILL won't
see it as garbage (even though it's potentially an invalid database id).

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top