libsim  Versione 7.2.4

◆ csv_record_getrecord()

character(len=this%cursor) function file_utilities::csv_record_getrecord ( type(csv_record), intent(in)  this,
integer, intent(out), optional  nfield 
)

Return current csv-coded record as a CHARACTER variable, ready to be written to a file.

It is not necessary to trim the result for trailing blanks.

Parametri
[in]thisobject to be coded, the object is not modified, so that other fields can still be added after the call to csv_record_getrecord
[out]nfieldnumber of fields contained in the record

Definizione alla linea 771 del file file_utilities.F90.

772 
773 
779 SUBROUTINE csv_record_getfield_double(this, field, ier)

Generated with Doxygen.