next up previous contents index
Next: Interface assignment(=) Up: Module dictionary_module Previous: Interface subset   Contents   Index

Interface swap


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call swap(this,key1,key2[,case_sensitive])\end{verbatim}
\end{boxedminipage}

Swap the positions of two entries in the dictionary

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

key1, key2 -- character(len=*), intent(in)

case_sensitive -- logical, optional

assignment(=) interface

gabor 2009-06-30