How to CHR(13) with replace them Chr(13)+CHR(10)
Posted: Sun Jul 26, 2020 2:24 pm
Hi;
I have got documents. Which some of thems are contains CR and CR+LF line break. Some of them are contains only CR+LF line break.
RVDATA.ISParastart(itemno) function Returns false when line break is CR.
RVDATA.ISParastart(itemno) function Returns True when line break is CR+LF
RVEdit.SearchText(CR,..) function return false.
How can I find single char line break and replace them two char( CR+LF)
Cany any body help me to solve this problem?
I have got documents. Which some of thems are contains CR and CR+LF line break. Some of them are contains only CR+LF line break.
RVDATA.ISParastart(itemno) function Returns false when line break is CR.
RVDATA.ISParastart(itemno) function Returns True when line break is CR+LF
RVEdit.SearchText(CR,..) function return false.
How can I find single char line break and replace them two char( CR+LF)
Cany any body help me to solve this problem?