libsim  Versione6.3.0
subroutine csv_record_addfield_csv_record ( type(csv_record), intent(inout)  this,
type(csv_record), intent(in)  record 
)

Add a full csv_record object to the csv record this.

The object to be added must have been generated through csv_record_addfield calls (csv encoding mode). Both csv_record objects this and record must use the same delimiter and quoting characters, otherwise the operation will silently fail.

Parametri
[in,out]thisobject where to add record
[in]recordrecord to be added

Definizione alla linea 749 del file file_utilities.F90.


Generated with Doxygen.