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


next up previous contents index
Next: inputsmanager.deletetable - Function Up: inputsmanager - Tool Previous: inputsmanager.list - Function


inputsmanager.delete - Function



Package utility
Module tasking
Tool inputsmanager


Delete rows from the table


Synopsis
delete(rows)


Description
Deletes numbered rows from the inputs table.



Arguments

rows   Vector of row numbers
    Allowed: Vector of Ints
    Default: None


Returns
Record


Example
- include 'inputsmanager.g'
- inputs.show()
Inputs:

  Row                  Time   Keyword
-------------------------------------
    1   2000/02/18/14:04:25  lastsave
    2   2000/02/18/14:04:25   IV only
T
- inputs.delete(2)
NORMAL: Successfully deleted row 2
T
- inputs.show()
Inputs:

  Row                  Time   Keyword
-------------------------------------
    1   2000/02/18/14:04:25  lastsave
T





next up previous contents index
Next: inputsmanager.deletetable - Function Up: inputsmanager - Tool Previous: inputsmanager.list - 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