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

Interface write_string


\begin{boxedminipage}{\textwidth}
\begin{verbatim}str = write_string(this[,real_format,entry_sep,char_a_sep])\end{verbatim}
\end{boxedminipage}

Write a string representation of this dictionary

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

real_format -- character(len=*), optional, intent(in)

Output format for reals, default is f9.3

entry_sep -- character(1), optional, intent(in)

Entry seperator, default is single space

char_a_sep -- character(1), optional, intent(in)

Output separator for character arrays, default is ,

Return value -- character(len=2048)
read_string interface

gabor 2009-06-30