[comp.lang.fortran] packed integers

jlau@uhccux.uhcc.hawaii.edu (Jorge Lau) (12/07/89)

hi this is a follow up to my recent question...
I have to specifically read in a datafile full of character and integer inputs,
i have to pack each of them taking the least available space....

in other words, the record when dumped to screen should show a packed
number 16 when saving an integer 16, not the ascii representation, or
hexadecimal stuff, stuff like 4C 39 48 representing the letters of the alphabet
     thanks for your help........ 8)