Is it possible to take part of a CSBuilder sequence and maintain the formatting?
Reason I ask is to speed up real time formatting of an SQL EditText. As it is if the text is altered
(say only one character) then the whole text needs to be reformatted. What I would like is for example this:
select field1 from table1
now if we alter this and make it:
select field1 from table2
then only one word needs to be reformatted, table2.
So, what I would like is keep the CSBuilder sequence up to table2 as a CSBuilder variable, reformat table2, so this will be a new variable, then join these 2.
I searched the forum and looked at the methods and properties of CSBuilder, but it doesn't look this is possible. Is this indeed the case or is there a way?
RBS
Reason I ask is to speed up real time formatting of an SQL EditText. As it is if the text is altered
(say only one character) then the whole text needs to be reformatted. What I would like is for example this:
select field1 from table1
now if we alter this and make it:
select field1 from table2
then only one word needs to be reformatted, table2.
So, what I would like is keep the CSBuilder sequence up to table2 as a CSBuilder variable, reformat table2, so this will be a new variable, then join these 2.
I searched the forum and looked at the methods and properties of CSBuilder, but it doesn't look this is possible. Is this indeed the case or is there a way?
RBS