libsim  Versione6.3.0

◆ csv_record_rewind()

subroutine file_utilities::csv_record_rewind ( type(csv_record), intent(inout)  this)

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

Parametri
[in,out]thisobject to be rewound

Definizione alla linea 565 del file file_utilities.F90.

565 this%cursor = this%cursor + record%cursor
566 this%nfield = this%nfield + record%nfield
567 
568 END SUBROUTINE csv_record_addfield_csv_record
569 

Generated with Doxygen.