libsim  Versione6.3.0

◆ csv_record_addfield_real()

subroutine csv_record_addfield_real ( type(csv_record), intent(inout)  this,
real, intent(in)  field,
character(len=*), intent(in), optional  form,
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.

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

Definizione alla linea 706 del file file_utilities.F90.

706 
707 
713 SUBROUTINE csv_record_getfield_int(this, field, ier)
714 TYPE(csv_record),INTENT(INOUT) :: this
715 INTEGER,INTENT(OUT) :: field
716 INTEGER,INTENT(OUT),OPTIONAL :: ier

Generated with Doxygen.