View Single Post

  #3 (permalink)  
Old 01-09-2008, 12:11 PM
scottdeedee scottdeedee is offline
Junior Member
 
Join Date: Dec 2007
Posts: 2
scottdeedee is on a distinguished road
Hi tprabhuit,

Thanks for the reply. I figured out how to count the number of paragraphs. What I had to do was, as you said count the number of \n but not only. If you count the number of \n it will give you the number of lines not the number of paragraphs. You have to search for \n\n together not only \n
Once again 10x for the reply
Andrew
Reply With Quote