31 SUBROUTINE upc(CHR,NCHR,IBAY,IBIT,CNVNULL)
33 COMMON /hrdwrd/ nbytw,nbitw,iord(8)
37 dimension ibay(*),ival(2)
38 equivalence(cval,ival)
48 numchr = min(nchr,len(chr))
50 CALL upb(ival(1),8,ibay,ibit)
51 IF((ival(1).EQ.0).AND.(cnvnull))
THEN
54 chr(i:i) = cval(lb:lb)
subroutine upb(NVAL, NBITS, IBAY, IBIT)
This subroutine decodes an integer value from within a specified number of bits of an integer array,...
subroutine upc(CHR, NCHR, IBAY, IBIT, CNVNULL)
Decode a character string from an integer array.