libsim  Versione 7.2.6

◆ csv_record_addfield_real_miss()

subroutine csv_record_addfield_real_miss ( type(csv_record), intent(inout)  this,
real, intent(in)  field,
logical, intent(in), optional  force_quote 
)

Add a field from a REAL variable to the csv record this.

The field will be quoted if necessary. A missing value is inserted as an empty field.

Parametri
[in,out]thisobject where to add field
[in]fieldfield to be added
[in]force_quoteif provided and .TRUE. , the field will be quoted even if not necessary

Definizione alla linea 708 del file file_utilities.F90.

709 !! The field pointer is advanced to the next field.
710 !! If all the fields have already been interpreted or the field cannot be
711 !! interpreted as an integer, or if it is longer than 32 characters,
712 !! it returns a missing value.
713 SUBROUTINE csv_record_getfield_int(this, field, ier)
714 TYPE(csv_record),INTENT(INOUT) :: this

Generated with Doxygen.