next up previous contents
Next: PAUSE Statement Up: Obsolescent Features Previous: ASSIGN ed FORMAT Statement

Hollerith Format Strings

Used to represent strings in a format statement like this:

       WRITE(*,100)
 100   FORMAT(17H TITLE OF PROGRAM)

use Hollerith strings are out-of-date as strings can now be delimited by single or double quotes:

       WRITE(*,100)
 100   FORMAT('TITLE OF PROGRAM')


next up previous contents
Next: PAUSE Statement Up: Obsolescent Features Previous: ASSIGN ed FORMAT Statement

©University of Liverpool, 1997
Wed May 28 20:20:27 BST 1997
Not for commercial use.