Subroutine: PRESETI Purpose: Presets an integer array to a constant value. Category: ARRAY File: preset.c Author: K.G. Begeman Use: CALL PRESETI( SOURCE, Input INTEGER DESTIN, Output INTEGER ARRAY NITEMS ) Input INTEGER SOURCE Value with which to fill DESTIN. DESTIN Array which receives SOURCE. NITEMS Number of items to fill in DESTIN. Updates: Jul 29, 1989: KGB, Document created.