Field Value | Data Type |
Aw | Character |
Lw | Logical |
Iw.m | Integer |
Bw.m | Binary, integers only |
Ow.m | Octal, integers only |
Zw.m | Hexadecimal, integers only |
Fw.d | Single precision real |
Ew.dEe | Single precision real, exponential notation |
ENw.d | Engineering; E format with exponent multiple of 3 |
ESw.d | Scientific; same as EN but nonzero leading digit if not zero |
Gw.dEe | General; appears as F if significance not lost, else E. |
Dw.dEe | Double precision real, exponential notation |