libsim  Versione 7.1.6

◆ 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 767 del file file_utilities.F90.

768  field = rmiss
769 ENDIF
770 
771 END SUBROUTINE csv_record_getfield_real
772 
773 

Generated with Doxygen.