Problem:
How can you insert text into the current cursor position of the RichText Edit control.
Resolution:
You can use the "replaceSelection" method to achieve this. The selection will be the current cursor position.
Attached is an exmaple project that shows how you can use the replaceSelection method to insert text at a specific position in a richtext edit control.
Attachments:
Old KB# 1435