libsim  Versione6.3.0

◆ csv_record_addfield_int_miss()

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

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

694  field(ocursor:ocursor) = transfer(char, dummy)
695  ENDIF
696 ENDIF
697 IF (check_space) THEN
698  IF (.NOT.is_space_b(char)) ofcursor = ocursor
699 ELSE

Generated with Doxygen.