Guys,
I have a problem trying to retrieve the text when It starts with blank spaces
For example: " This is a test"
It Appears in the control simply as : "This is a test" (no blank spaces at the beginning)
Please it is important:
PD
U can prove it with
Editor1.Text = TextBox1.Text
TextBox2.Text = TextBox1.Text
(TextBox2 reflects the blank spaces but Editor1 no)
Many Thanks