libsim  Versione7.2.3
Membri pubblici | Elenco di tutti i membri
Riferimenti per l'nterfacciacsv_record_addfield_miss

Methods for successively adding fields to a csv_record object. Continua...

Membri pubblici

subroutine csv_record_addfield_char_miss (this, field, force_quote)
 Add a field from a CHARACTER variable to the csv record this. Continua...
 
subroutine csv_record_addfield_int_miss (this, field, force_quote)
 Add a field from an INTEGER variable to the csv record this. Continua...
 
subroutine csv_record_addfield_real_miss (this, field, force_quote)
 Add a field from a REAL variable to the csv record this. Continua...
 
subroutine csv_record_addfield_double_miss (this, field, force_quote)
 Add a field from a DOUBLE PRECISION variable to the csv record this. Continua...
 

Descrizione dettagliata

Methods for successively adding fields to a csv_record object.

The generic name csv_record_addfield with parameters of the desired type should be used instead of the specific names, the compiler will select the proper subroutine. Missing values are inserted as empty fields.

Definizione alla linea 310 del file file_utilities.F90.


Generated with Doxygen.