libsim Versione 7.1.11
|
◆ line_split_get_line()
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.
Definizione alla linea 1101 del file char_utilities.F90. 1102integer :: i
1103
1104do i =1,size(string)
1105 match(i)=string_match(string(i),pattern)
1106end do
1107
1108end function string_match_v
1109
1110
|