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.putcolkeyword - Function Up: table - Tool Previous: table.putkeyword - Function


table.putkeywords - Function



Package utility
Module table
Tool table


put multiple table keywords


Synopsis
putkeywords(value)


Description
Put multiple table keywords. All fields in the given record are put as table keywords. The value of each field can be a scalar or an array of any type or it can be a record.
It is also possible to define a keyword holding a subtable. This can be done by giving the keyword a string value consisting of the subtable name prefixed by 'Table: '. Remember to use single quotes, otherwise glish turns it into a string vector.



Arguments

value in Record of keyword=value pairs


Returns
Bool


Example
  t:=table('tcal', readonly=F)
  kw:=t.getkeywords()
  print kw
# [Type=T Jones, Interval=30, DeltaT=1]
  kw.Interval:=45
  t.putkeywords(kw)
# T
  t.flush()
# T





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