Subroutine: MOVEL Purpose: Copies logicals from one array to another. Category: ARRAY File: move.c Author: K.G. Begeman Use: CALL MOVEL( SOURCE, Input LOGICAL ARRAY DESTIN, Output LOGICAL 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.