VMS Help  —  FORTRAN  Format Specifiers, Data Edit
  The specific forms for data edit descriptors follow:

    +-----------------------------------+
    |      Function      |  Format      |
    +--------------------+--------------+
    | Integer            | Iw[.m]       |
    | Binary             | Bw[.m]       |
    | Octal              | Ow[.m]       |
    | Hexadecimal        | Zw[.m]       |
    | Real number        | Fw.d         |
    | Exponential form   | Ew.d[Ee]     |
    | D exponential form | Dw.d         |
    | G exponential form | Gw.d[Ee]     |
    | Scientific form    | ESw.d[Ee]    |
    | Engineering form   | ENw.d[Ee]    |
    | Logical            | Lw           |
    | Character          | A[w]         |
    +--------------------+--------------+

  NOTE:  Transfer complex numbers as two real (F, E, ES,
         EN, D, or G) numbers.
Close Help