Subroutine: COPYHEAD_ITEM Purpose: Copies header items from given levels in the input set to the output set. Category: HEADER File: copyhead.c Author: Fred Lahuis Use: CALL COPYHEAD_ITEM( ITEMS INPUT char*(*) NITEMS INPUT integer INSET INPUT char*(*) OUTSET INPUT CHAR*(*) INLEVEL INPUT integer array OUTLEVEL INPUT integer array ) ITEMS descriptor items to be copied. The size of ITEMS must be NITEMS*20 and the seperate items must be stored in groups of 20 characters. NITEMS number of items to be copied INSET input set OUTSET output set INLEVEL coordinate words of the levels from which the items are to be read OUTLEVEL coordinate word of the levels to which the items should be written. Updates: August 23 1991: FL, Creation date. September 10 1991: FL, Copying of a maximum number of items at once (NITEMS) added.