Document: MOVE Purpose: Describes the routines which copy data from one array into another. Category: ARRAY File: move.c Author: K.G. Begeman Description: The available routines which copy data are the following: MOVEI( SOURCE, DESTIN, NITEMS ) copies integers MOVEL( SOURCE, DESTIN, NITEMS ) copies logicals MOVER( SOURCE, DESTIN, NITEMS ) copies reals MOVED( SOURCE, DESTIN, NITEMS ) copies doubles Notes: The arrays to be transferred may overlap. Updates: Jul 29, 1989 : KGB, Document created.