libsim  Versione 7.1.7

◆ csv_record_getfield_int()

subroutine, private file_utilities::csv_record_getfield_int ( type(csv_record), intent(inout)  this,
integer, intent(out)  field,
integer, intent(out), optional  ier 
)
private

Returns next field from the record this as an INTEGER variable.

The field pointer is advanced to the next field. If all the fields have already been interpreted or the field cannot be interpreted as an integer, or if it is longer than 32 characters, it returns a missing value.

Parametri
[in,out]thisobject to be decoded
[out]fieldvalue of the field, = imiss if conversion fails
[out]iererror code, 0 = OK, 2 = end of record, 3 = cannot convert to integer

Definizione alla linea 907 del file file_utilities.F90.


Generated with Doxygen.