[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


TAB_EXPAND Source code in tab_expand.pro

TAB_EXPAND

Name
       TAB_EXPAND
Purpose
       routine to expand the size of an SDAS table file.
Calling Sequence
       tab_expand, tcb, tab, maxcol, maxrow, rowlen
Parameters
       tcb - table control block returned by routine TAB_READ
               or TAB_CREATE.
       tab - table array
Optional Input Parameters
       maxcol - new maximum number of columns.
       maxrow - new maximum number of rows.
       rowlen - new maximum row length in 2 byte units.
       If maxcol, maxrow, or rowlen are supplied with
       values less than the previous maximums, the previous
       maximums are used.  All values are defaulted to zero
       if not supplied.
Revision History
       Version 1   D. Lindler   Dec. 88
       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