This is a migrated thread and some comments may be shown as answers.

The code below does not work right when I get in line with multiple spaces

0 Answers 34 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Leonardo
Top achievements
Rank 1
Leonardo asked on 03 Jul 2012, 08:35 PM
The code below does not work right when I get in line with multiple spaces:

RadDocument doc = new RadDocument();

.......

In the document have the following line:

" *                *                *               *              *                *     "

And the command does not work when running "while" in order to exclude the entire line:

doc.delete(true);     

Nor can I run this command "deleterange" in line

No answers yet. Maybe you can help?

Tags
RichTextBox
Asked by
Leonardo
Top achievements
Rank 1
Share this question
or