Hello,
I need help in replacement item.
How can I set unimportant a line containing a particular text?
For example:
line in file a)
CenteredPrint((BYTE *)desc[Lang].String);
line in file b)
CenteredPrint((BYTE *)desc);
The difference between line in file a) containing the string [Lang].String and line in file b) has to be considered unimportant.
Thank you
I need help in replacement item.
How can I set unimportant a line containing a particular text?
For example:
line in file a)
CenteredPrint((BYTE *)desc[Lang].String);
line in file b)
CenteredPrint((BYTE *)desc);
The difference between line in file a) containing the string [Lang].String and line in file b) has to be considered unimportant.
Thank you
Comment