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


next up previous contents index
Next: table.getcolkeyword - Function Up: table - Tool Previous: table.getkeyword - Function


table.getkeywords - Function



Package utility
Module table
Tool table


get values of all table keywords


Synopsis
getkeywords()


Description
The values of all table keywords are returned. The values can be of any type, including a record and a table.
If a keyword is a table, its value is returned as a string containing the table name prefixed by 'Table: '. That prefix is automatically removed by table functions like open and tableexists.



Returns
Record


Example
  t:=table('tcal')
# successful readonly open of table  tcal :  9 columns, 33 rows
  t.getkeywords()
# [Type=T Jones, Interval=30, DeltaT=1]





next up previous contents index
Next: table.getcolkeyword - Function Up: table - Tool Previous: table.getkeyword - 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