RichEditor : Add string at caret current position

Hello,



I would like to add a string at the caret current position.



Is there a way to do that ?



Regards



Christian

Did you try to set the caret to the desired position and call RichEditor.InsertText()?

Thanks a lot.



I did try it, but I read in IntelliSense that I had to set Index. I didn't saw that I could insert directly.