libsim Versione 7.1.11
|
◆ 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 644 del file file_utilities.F90. 645 cycle
646 ELSE ! carattere normale
647 CALL add_char(this%record(i), .false., field)
648 cycle
649 ENDIF
650 ELSE ! il precedente e` "
|