Page 1 of 1

Insert new line character to end of lines (wordwrap)

Posted: Thu Nov 09, 2006 12:08 pm
by ohm0485
Hi anybody,

I want to insert new line character to end of lines for separate each line (in wordwrap case).

I uses
RichViewedit1.RVData.SetSelectionBounds(1,80,1,80);
for goto specific column(like 80) and insertText(#10) but i don't know goto end of line for insert #10.

Thanks,

Ohm.