Subject | RE: [IBO] GReplace, BDE to IBO |
---|---|
Author | Jason Wharton |
Post date | 2019-06-21T20:01:50Z |
Hi,
I am not aware of anything that will remove the block for you
just like you are asking for.
However, what I have done in the past is to use GReplace in
connection with Beyond Compare. You can use GReplace to change the
spelling or the upper or lower case of something just so that it will show up in
a comparison. Then, it draws your attention to the code where changes are
needed and then you do it manually. Have GReplace make a new copy of the
whole folder with the changes as the comparison basis.
Let me know if this helps you out.
Jason Wharton
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Thursday, June 13, 2019 1:39 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] GReplace, BDE to IBO
Hi,
How can i do to find
and replace/erase a conditional block.
like:
if e is edbengineerror
do
begin
edbengineerror(erros[0]).errorcode...
....
end;
I want to delete all
block, ok?
Thank you.