Page 1 of 1

Table and cells

Posted: Tue Aug 12, 2008 11:13 am
by bswift
Hello all,

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
Suggestions please!!

Thanks[/code][/quote]

Posted: Wed Aug 13, 2008 6:35 pm
by Sergey Tkachenko
Sorry, I do not understand.

Posted: Wed Aug 13, 2008 7:26 pm
by bswift
Sergey,

Thats ok....I pretty much have it figured out. I may have a few questions later and I will be a little more discript.

Thanks

b