Next: Interface parse_line
Up: Module system_module
Previous: Interface read_binary
Contents
Index
Read a line of text from a file (up to a line break, or 1024 characters).
This can then be parsed by the calling routine (using parse_line for example)
Optionally, a status is returned which is:
- if the end of the file is reached
- if no problems were encountered
- if there was a read error
The actual number returned is implementation specific
- this -- type(Inoutput), intent(in)
-
- status -- integer, optional, intent(out)
-
- Return value --
character(1024)
-
parse_line interface
gabor
2009-06-30