code 31032; procedure DUPROWVEC(L, U, I, A, B); value L,U,I; integer L,U,I; array A,B; for L:= L step 1 until U do A[I,L]:= B[L]; eop