SqlDbx Forum

SqlDbx

You are not logged in.

#1 2010-09-21 07:53:42

timeco
Member

Replace ends before reaching the end of selection

Hi,

when trying to replace single character <;> with multiple characters <','>  in bolded text below (I use selection replace)

some other SQL code...
thing1;thing2;thing3;thing4;thing5;thing6;thing7;thing8;thing9;thing10
some other SQL code...

I get only partly replaced string:  thing1','thing2','thing3','thing4','thing5','thing6','thing7','thing8','thing9;thing10   
because the replace function obviously stops replacing after reaching the original length of selection, even though the selection should be expanded because using more characters to replace.

Was this the intended behaviour?

Regards,
Goran

Offline

#2 2010-09-21 16:23:43

sqldbxhelp
Administrator

Re: Replace ends before reaching the end of selection

You are correct. Selection is not extended the way it should.
This issue will be fixed in a next release.

Offline

Board footer

Powered by FluxBB