W Worker Member³ Jan 28, 2009 #1 In the following situations I am unable to open the code assistant (F6) if the cursor is placed behind the second or third comma: Code: REPLACE( srcstr => 'x', oldsub => 'y;y', newsub => 'z' ); Code: REPLACE( srcstr => 'x', -- x;x oldsub => 'y', newsub => 'z' );
In the following situations I am unable to open the code assistant (F6) if the cursor is placed behind the second or third comma: Code: REPLACE( srcstr => 'x', oldsub => 'y;y', newsub => 'z' ); Code: REPLACE( srcstr => 'x', -- x;x oldsub => 'y', newsub => 'z' );
Marco Kalter Administrator Staff member Jan 29, 2009 #1 That does indeed not work as expected. We'll fix it.