libsim
Versione 7.2.6
|
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. Continua... | |
subroutine | csv_record_addfield_int (this, field, form, force_quote) |
Add a field from an INTEGER variable to the csv record this. Continua... | |
subroutine | csv_record_addfield_real (this, field, form, force_quote) |
Add a field from a REAL variable to the csv record this. Continua... | |
subroutine | csv_record_addfield_double (this, field, form, force_quote) |
Add a field from a DOUBLE PRECISION variable to the csv record this. Continua... | |
subroutine | csv_record_addfield_csv_record (this, record) |
Add a full csv_record object to the csv record this. Continua... | |
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 299 del file file_utilities.F90.