List-directed formatting

List-directed formatting allows you to control the editing process using the lengths and types of data that is read or written. You can only use list-directed formatting with sequential or stream access.

Use the asterisk format identifier to specify list-directed formatting. For example:
      REAL TOTAL1, TOTAL2
      PRINT *, TOTAL1, TOTAL2