next up previous contents index
Next: Interface append_column Up: Module table_module Previous: Interface set_increment   Contents   Index

Interface append


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call append(this[,intpart,...
...is,intpart,realpart)
call append(this,other)\end{verbatim}
\end{boxedminipage}

Append rows to a table. Overloaded to be able to append single elements, arrays or other tables.

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

intpart -- integer, intent(in), optional, scalar or dimension(:) or dimension(:,:)

realpart -- real(dp), intent(in), optional, scalar or dimension(:) or dimension(:,:)

strpart -- character(TABLE_STRING_LENGTH), intent(in), optional, scalar or dimension(:) or dimension(:,:)

logicalpart -- logical, intent(in), optional, scalar or dimension(:) or dimension(:,:)

intpart_2D -- integer, intent(in), optional, dimension(:,:)

realpart_2D -- real(dp), intent(in), optional, dimension(:,:)

strpart_2D -- character(TABLE_STRING_LENGTH), intent(in), optional, dimension(:,:)

logicalpart_2D -- logical, intent(in), optional, dimension(:,:)

blank_rows -- integer, optional, intent(in)

other -- type(table), intent(in)

append_column interface

gabor 2009-06-30