libsim Versione 7.2.0
Membri pubblici | Elenco di tutti i membri
Riferimenti per l'nterfacciacsv_record_addfield

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

Membri pubblici

subroutine csv_record_addfield_char (this, field, force_quote)
 Add a field from a CHARACTER variable to the csv record this.
 
subroutine csv_record_addfield_int (this, field, form, force_quote)
 Add a field from an INTEGER variable to the csv record this.
 
subroutine csv_record_addfield_real (this, field, form, force_quote)
 Add a field from a REAL variable to the csv record this.
 
subroutine csv_record_addfield_double (this, field, form, force_quote)
 Add a field from a DOUBLE PRECISION variable to the csv record this.
 
subroutine csv_record_addfield_csv_record (this, record)
 Add a full csv_record object to the csv record this.
 

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 literally inserted in the output without special treatment.

Definizione alla linea 289 del file file_utilities.F90.


Generated with Doxygen.