libsim  Versione7.2.3

◆ line_split_get_line()

character(len=size(this%paragraph, 1)) function, public char_utilities::line_split_get_line ( type(line_split), intent(in)  this,
integer, intent(in)  nline 
)

Return the nline-th line obtained after splitting.

If nline is out of range, a missing value is returned. The line is always left-aligned and it is padded with trailing blanks up to the requested line length.

Parametri
[in]thisobject initialised with the line to be splitted
[in]nlineindex of the line to be returned

Definizione alla linea 1106 del file char_utilities.F90.

1106 end do
1107 
1108 end function string_match_v
1109 
1110 
1114 recursive function string_match( string, pattern ) result(match)
1115  character(len=*), intent(in) :: string

Generated with Doxygen.