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


next up previous contents index
Next: tablerow.close - Function Up: tablerow - Tool Previous: tablerow.get - Function


tablerow.put - Function



Package utility
Module table
Tool tablerow


Put a table row


Synopsis
put(rownr, value, matchingfields)


Description
Put the values in the given record into the given table row. By default only the fields will be put with a name matching a column name in the tablerow tool. However, if matchingfields=F the given record must exactly match the tablerow layout (i.e. the column names in it). This is faster and can be used to put a record acquired using the /textttget function.

Note that rows are numbered starting at 1.



Arguments

rownr in Row number
    Allowed: Int
value in Values to put
    Allowed: Record
matchingfields in F=value record must match tablerow layout
    Allowed: Bool
    Default: T


Returns
Bool




next up previous contents index
Next: tablerow.close - Function Up: tablerow - Tool Previous: tablerow.get - 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