libsim Versione 7.2.4
|
◆ csv_record_addfield_int_miss()
Add a field from an The field will be quoted if necessary. A missing value is inserted as an empty field.
Definizione alla linea 668 del file file_utilities.F90. 669IF (PRESENT(flen)) flen = ofcursor ! restituisco la lunghezza
670IF (PRESENT(field)) THEN ! controllo overflow di field
671 IF (ofcursor > len(field)) THEN
672 IF (PRESENT(ier)) THEN
673 ier = 1
674 ELSE
|