libsim  Versione 7.1.8

◆ c2r()

elemental real function, public char_utilities::c2r ( character(len=*), intent(in)  string)

Convert a character string to a real value if possible.

It is ELEMENTAL so it works with arrays of any shape. It returns missing value if the input cannot be converted or is empty or missing.

Parametri
[in]stringstring to be represented as REAL

Definizione alla linea 712 del file char_utilities.F90.

713 ENDIF
714 
715 DO nblnk = 1, len(input_string)
716  IF (input_string(nblnk:nblnk) /= lblnk) RETURN
717 ENDDO
718 
719 END FUNCTION f_nblnk
720 
721 
728 FUNCTION word_split(input_string, word_start, word_end, sep) RESULT(nword)

Generated with Doxygen.