/sys$common/syshlp/helplib.hlb FORTRAN, Format Specifiers, Field *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Field descriptors: +-----------------------------------+ | Function | Format | +--------------------+--------------+ | Integer | Iw[.m] | | Real number | Fw.d | | Exponential form | Ew.d[Ee] | | D exponential form | Dw.d | | G exponential form | Gw.d[Ee] | | Character | A[w] | | Logical | Lw | | Hexadecimal | Zw[.m] | | Octal | Ow[.m] | +--------------------+--------------+ NOTE: Transfer complex numbers as two real (F, E, D, or G) numbers.
|