next up previous contents index
Next: Subroutine rewind Up: Module system_module Previous: Subroutine parse_string   Contents   Index

Subroutine parse_string_orig


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call parse_string_orig(this,delimiters,fields,num_fields)\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)

rewind subroutine

gabor 2009-06-30