[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


TAB_PRINT Source code in tab_print.pro

TAB_PRINT

Name
       TAB_PRINT
Purpose
       Routine to print an stsdas table.
Calling Sequence
       tab_print, tcb, tab, columns, row1, row2
Input Parameters
       tcb - table control block returned by TAB_READ
       tab - table array read by TAB_READ
Optional Input Parameters
       columns - vector of column numbers to be printed or a string
               with column names separated by commas. If not supplied
               or set to the null string, all columns are printed.
       row1 - first row to print.  (default=0)
       row2 - last row to print.  (default=last row in table)
Side Effects
       text is printed as directed by !textout
Revision History
       version 1, D. Lindler  Apr 89
       April 90  Converted to NEW IDL D. Lindler
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2001 April 26 at 03:14 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically