libsim Versione 7.2.6
|
◆ csv_record_rewind()
Rewind the pointer in order to allow rescan or rewrite of the same record.
Definizione alla linea 539 del file file_utilities.F90. 540SUBROUTINE csv_record_addfield_double_miss(this, field, force_quote)
541TYPE(csv_record),INTENT(INOUT) :: this !< object where to add field
542DOUBLE PRECISION,INTENT(IN) :: field !< field to be added
543LOGICAL, INTENT(in), OPTIONAL :: force_quote !< if provided and \c .TRUE. , the field will be quoted even if not necessary
544
|