Add a field from a REAL
variable to the csv record this.
The field will be quoted if necessary. A missing value is inserted as an empty field.
- Parametri
-
[in,out] | this | object where to add field |
[in] | field | field to be added |
[in] | force_quote | if provided and .TRUE. , the field will be quoted even if not necessary |
Definizione alla linea 724 del file file_utilities.F90.
726 IF (.NOT.
PRESENT(ier))
THEN 727 CALL l4f_log(l4f_error, &
728 'in csv_record_getfield, invalid integer field: '//trim(cfield))