Hello,
I often see both spellings "#13#10" and (only) "#13" ?
What is correct when using RichViewEdit ?
I know that "#13#10" represents a carriage-return and a line-feed combination.
But when do you use "#13#10" and when only "#13"
If I look at own created samples I don't see a difference. Doesn't it matter how I use / combine # 13 and # 10 ?
On Internet I get no clear statements how to use. Is it a matter of taste ?
I think it's important for Replace (#13#10 or #13).
Sergey write " RichViewEditIn.InsertText('This is line 1'#13'This is line 2', False); "
and
...
const crlf = #13#10;
...
RichView1.AddTextNL('"Bullets" are the images from ImageLists. '+crlf+
'"Bullets" provide an efficient way to store graphics in RichView, '+...
"#13#10" or (only) "#13"
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: