libsim Versione 7.1.11

◆ csv_record_addfield_int_miss()

subroutine, private csv_record_addfield_int_miss ( type(csv_record), intent(inout)  this,
integer, intent(in)  field,
logical, intent(in), optional  force_quote 
)
private

Add a field from an INTEGER 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]thisobject where to add field
[in]fieldfield to be added
[in]force_quoteif provided and .TRUE. , the field will be quoted even if not necessary

Definizione alla linea 674 del file file_utilities.F90.

675 CALL l4f_log(l4f_warn, &
676 'in csv_record_getfield, CHARACTER variable too short for field: '// &
677 t2c(len(field))//'/'//t2c(ocursor))
678 ENDIF
679 ENDIF
680ENDIF

Generated with Doxygen.