Next: Other I/O Statements
Up: More Input and Output
Previous: FORMAT Statement / FMT=
Summary,
For example,
WRITE(*,FMT='(2X,2(I4,1X),''name '',&
A4,F13.5,1X,E13.5)') &
77778,3,'abcdefghi',14.45,14.5666666
gives
**** 3 name abcd 14.45000 0.14567E+02
Here 77778 will not fit into 4 spaces
For more information, click here
Next: Other I/O Statements
Up: More Input and Output
Previous: FORMAT Statement / FMT=
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.