libsim Versione 7.2.4

◆ csv_record_rewind()

subroutine csv_record_rewind ( type(csv_record), intent(inout) this)
private

Rewind the pointer in order to allow rescan or rewrite of the same record.

Parametri
[in,out]thisobject to be rewound

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
542DOUBLE PRECISION,INTENT(IN) :: field
543LOGICAL, INTENT(in), OPTIONAL :: force_quote
544

Generated with Doxygen.