libsim  Versione6.3.0

◆ 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 1121 del file char_utilities.F90.

1121  character(len=1), parameter :: backslash = '\\'
1122  character(len=1), parameter :: star = '*'
1123  character(len=1), parameter :: question = '?'
1124 
1125  character(len=len(pattern)) :: literal
1126  integer :: ptrim
1127  integer :: p
1128  integer :: k
1129  integer :: ll
1130  integer :: method

Generated with Doxygen.