I am looking for a way to insert the text from a RichEdit control into a RichViewEdit using tables and cells. Here is what I start with
This is[12] the line[34] of[56] text
I need to somehow create two tables with the first table having cells to correspond with the placement of the text in the brackets so it ends up thus:
Code: Select all
12 34 56
This is the line of text
Thanks[/code][/quote]