Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: tablecreatedesc - Function Up: table - Module Previous: tabledelete - Function


tablecloseall - Function



Package utility
Module table


close all open table tool objects


Synopsis
tablecloseall()


Description
It can easily happen that a table tool object is overwritten which may leave open the underlying table object. For instance:
  t := table('a.b')
  t := table('c.d')
overwrites t and leaves open table a.b.

This function closes all open table objects, thus also all open tables for which a valid tool object still exists.



Returns
Bool




next up previous contents index
Next: tablecreatedesc - Function Up: table - Module Previous: tabledelete - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15