Institut für Astronomie und AstrophysikAbteilung AstronomieWaldhäuser Str. 64, D-72076 Tübingen, Germany |
TAB_CREATE
Procedure to create a new table file.
tab_create, tcb, tab, maxcol, maxrows, row_len, tb_type
tcb - table control block for reading from and writing to the file (see tab_open for description) tab - table array
maxcol - maximum allocated number of columns [default=10] maxrows - maximum allocated number of rows [default=100] row_len - row length in 2 byte units [default=2*maxcol] tb_type - table type 'row' or 'column' ordered
Table file is created and left opened to unit number tcb(0,0) for writing.
version 1 D. Lindler Dec. 88 Converted to IDL V5.0 W. Landsman September 1997
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]