Subroutine: MOVEI Purpose: Copies integers from one array to another. Category: ARRAY File: move.c Author: K.G. Begeman Use: CALL MOVEI( SOURCE, Input INTEGER ARRAY DESTIN, Output INTEGER ARRAY NITEMS ) Input INTEGER SOURCE input array to be copied to DESTIN. DESTIN output array. NITEMS Number of elements to be copied. Notes: The arrays to be transferred may overlap. Updates: Jul 29, 1989 : KGB, Document created.