next up previous contents index
Next: Subroutine parse_string_orig Up: Module system_module Previous: Subroutine print_title   Contents   Index

Subroutine parse_string


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call parse_string(this,delimiters,fields,num_fields, &
[matching])\end{verbatim}
\end{boxedminipage}

Parse a string into fields delimited by certain characters. On exit the fields array will contain one field per entry and num_fields gives the total number of fields. status will be given the error status (if present) and so can be used to tell if an end-of-file occurred.

this -- character(*), intent(in)

delimiters -- character(*), intent(in)

fields -- character(*), dimension(:), intent(inout)

num_fields -- integer, intent(out)

matching -- logical, optional, intent(in)

parse_string_orig subroutine

gabor 2009-06-30