Institut für Astronomie und AstrophysikAbteilung AstronomieWaldhäuser Str. 64, D-72076 Tübingen, Germany |
TABLE_LIST
List the contents of an STSDAS table.
Procedure to list contents of an STSDAS table. This does not print the table in tabular form but instead for each row prints the column name followed by its value (one column per output line.
table_list, name, row1, row2, [ TEXTOUT=, /HEADER ]
name - table name
TEXTOUT - Scalar string giving output file name, or integer (1-5) specifying output device. See TEXTOPEN for more info. Default is to display output at the terminal HEADER - if set, the header is printed before the selected row printout
row1 - first row to list (default = first row) row2 - last row to list (default = last row)
text output is written to the output device specified by the TEXTOUT keyword, or the nonstandard system variable !TEXTOUT
TAB_COL, TAB_READ, TAB_SIZE, TAB_VAL(), TEXTOPEN, TEXTCLOSE
version 1 D. Lindler May 1989 July 1996, DJL, added /header keyword to optionally print header August 1996, WBL, added TEXTOUT keyword Converted to IDL V5.0 W. Landsman September 1997
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]