Hi all,
can i get solution for this???
i want to split paragraphs with empty lines as Limiter to split.
How can i do this??
StringSplit ( $Read , " " ,$STR_ENTIRESPLIT )
this didn't work
and this too didn't work
$Sp = StringSplit($Read , @CRLF , 1)
any solutions plzz
attached reference txt file
Spaces between paras are not same....but i have to split them using empty space as limiter