next up previous contents index
Next: Interface swap Up: Module dictionary_module Previous: Interface read_string   Contents   Index

Interface subset


\begin{boxedminipage}{\textwidth}
\begin{verbatim}d1 = subset(this,keys[,case_sensitive])\end{verbatim}
\end{boxedminipage}

Return a dictionary that is a subset of this, with only the keys in the arrays keys present.

this -- type(Dictionary), intent(in)

keys -- character(len=*), dimension(:)

case_sensitive -- logical, optional

Return value -- type(Dictionary)
swap interface

gabor 2009-06-30