next up previous contents index
Next: Function param_read_file Up: Module paramreader_module Previous: Subroutine param_print   Contents   Index

Function param_read_line


\begin{boxedminipage}{\textwidth}
\begin{verbatim}status = param_read_line(dict,myline[,ignore_unknown])\end{verbatim}
\end{boxedminipage}

Read and parse line and update the key/value pairs stored by in a Dictionary object. Returns false if an error is encountered parsing the line.

dict -- type(Dictionary), intent(inout)

Dictionary of registered key/value pairs

myline -- character(len=*), intent(in)

Line to parse

ignore_unknown -- logical, intent(in), optional

If true, ignore unknown keys in line

Return value -- logical

param_read_file function

gabor 2009-06-30