[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


TAB_COL Source code in tab_col.pro

TAB_COL

Name
       TAB_COL
Purpose
       Procedure to extract column information from table control block
Calling Sequence
       tab_col, tcb, column, offset, width, datatype, name, units, format
Input Parameters
       tcb - table control block returned by tab_open.
       column - column name (string) or column number
Output Parameters
       offset - column offset bytes
       width - column width in bytes
       datatype - column data type:
               6 - real*4
               7 - real*8
               4 - integer*4
               1 - boolean
               2 - character string
       name - column name
       units - column units
       format - format code
Side Effects
       If the column is not found then !err is set to -1.
       Otherwise !err is set to the column number (starting at one).
Revision History
       version 1  D. Lindler  Jan 88
       Converted to NEW IDL  April 90
       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