libsim  Versione6.3.0
character(len=this%cursor) function 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.


Generated with Doxygen.