libsim  Versione6.3.0

◆ csv_record_addfield_char_miss()

subroutine, private file_utilities::csv_record_addfield_char_miss ( type(csv_record), intent(inout)  this,
character(len=*), intent(in)  field,
logical, intent(in), optional  force_quote 
)
private

Add a field from a CHARACTER 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 664 del file file_utilities.F90.

664  ENDIF
665  ENDIF
666 ENDDO
667 
668 this%cursor = min(i, SIZE(this%record) + 1)
669 IF (PRESENT(flen)) flen = ofcursor ! restituisco la lunghezza

Generated with Doxygen.