differentiate a line break from a paragraph break

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I'm building a macro which should skip paragraph breaks and I'm doing it by
checking the ASCII code of the current character. The problem is that both
the line breaks and the paragraph breaks have the ASCII code number 13. Do
you know how can I differentiate them?

Regards

Jorge
 
What is normally called a line break (Shift-Enter) is ASCII 11.

Can you give a bit more detail?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top