next up previous contents index
Next: Interface parse_line Up: Module system_module Previous: Interface read_binary   Contents   Index

Interface read_line


\begin{boxedminipage}{\textwidth}
\begin{verbatim}i1 = read_line(this[,status])\end{verbatim}
\end{boxedminipage}

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:

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