libsim  Versione 7.1.6

◆ lowercase()

character( len( input_string ) ) function, public char_utilities::lowercase ( character( * ), intent(in)  Input_String)

Convert a CHARACTER variable to lowercase.

Parametri
[in]input_stringvariable to be converted

Definizione alla linea 828 del file char_utilities.F90.

829  ENDIF
830  ENDDO
831  nlines = nlines + 1
832 ENDDO
833 
834 !IF (nlines == 0)
835 ALLOCATE(this%paragraph(this%ncols, nlines))
836 this%paragraph = ' '
837 ! repeat filling the paragraph
838 nlines = 0
839 nw = 0
840 DO WHILE(nw < nwords)
841  columns_in_line = 0
842  words_in_line = 0
843  DO WHILE(nw < nwords)

Generated with Doxygen.