next up previous index
Next: V301 Copy an Up: CERNLIB Previous: V202 Permutations and

V300 Preset Parts of an Array

Routine ID: V300
Author(s): J. ZollLibrary: KERNLIB
Submitter: C. LetertreSubmitted: 01.03.1968
Language: Fortran or AssemblerRevised: 16.09.1991

These routines fill each word of an array with zero, 'blank', or a quantity given in the argument list.

Structure:

SUBROUTINE subprograms
User Entry Names: UBLANK, UZERO, UFILL

Usage:

Required 0 < J1 ≤J2 .

    CALL UZERO(A,J1,J2)
sets A(J1) until A(J2) to zero.
    CALL UBLANK(A,J1,J2)
sets A(J1) until A(J2) to BCD blank.
    CALL UFILL(A,J1,J2,STUFF)
loads A(J1) until A(J2) with the contents of STUFF.

V301


Janne Saarela
Mon Apr 3 15:06:23 METDST 1995