Recent content by physicsposter

  1. P

    Fortran Fortran: printing the Printing the Hex contents of a character variable

    Given a character variable character*10 name write (6,111) name 111 format (?) what do I put in the format statement to print the hexadecimal contents of name?
Back
Top