libsim Versione 7.2.4
|
◆ csv_record_getrecord()
Return current csv-coded record as a CHARACTER variable, ready to be written to a file. It is not necessary to trim the result for trailing blanks.
Definizione alla linea 761 del file file_utilities.F90. 762 CALL raise_error()
763 ELSE
764 ier = 3 ! conversion error
765 ENDIF
766 ENDIF
767ELSE
768 field = rmiss
769ENDIF
|