Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Format Specifier (FMT=)
The format specifier indicates the format to use for data editing. It takes the following form:
[FMT=]format
format  |  
     Is one of the following: 
  |  
    
If the keyword FMT is omitted, the format specifier must be the second specifier in the control list; the io-unit specifier must be first.
If a format specifier appears in a control list, a namelist group specifier must not appear.