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] | this | object to be coded, the object is not modified, so that other fields can still be added after the call to csv_record_getrecord |
[out] | nfield | number of fields contained in the record |
Definizione alla linea 787 del file file_utilities.F90.
788 IF (
c_e(cfield) .AND. len_trim(cfield) /= 0)
THEN 789 READ(cfield,
'(F32.0)', iostat=lier) field
792 IF (.NOT.
PRESENT(ier))
THEN 793 CALL l4f_log(l4f_error, &
794 'in csv_record_getfield, invalid double precision field: '//trim(cfield