libsim Versione 7.2.6
|
◆ csv_record_addfield_char_miss()
Add a field from a The field will be quoted if necessary. A missing value is inserted as an empty field.
Definizione alla linea 638 del file file_utilities.F90. 639 cycle
640 ENDIF
641 ELSE ! dentro " "
642 IF (.NOT.firstquote) THEN ! il precedente non e` "
643 IF (this%record(i) == this%cquote) THEN ! ": fine " " oppure ""
644 firstquote = .true.
|