libsim  Versione6.3.0
type(line_split) function, public line_split_new ( character(len=*), intent(in)  line,
integer, intent(in), optional  ncols 
)

Constructor for the line_split class.

It creates a new object allowing to split a line of text into multiple lines of predefined length at blank spaces. If a line can't be splitted because a word is longer than the line, it is truncated.

Parametri
[in]lineline to be splitted
[in]ncolsmaximum number of columns on every line, if not provided a suitable default is used

Definizione alla linea 991 del file char_utilities.F90.


Generated with Doxygen.