libsim Versione 7.2.1

◆ csv_record_getrecord()

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

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

762 CALL raise_error()
763 ELSE
764 ier = 3 ! conversion error
765 ENDIF
766 ENDIF
767ELSE
768 field = rmiss
769ENDIF

Generated with Doxygen.