Aizar
12-Jan-2004, 12:28 PM
Hi,
I seem to have trouble with defining a string literal to be included into comparison:
What I want to do is simple: ignore text between { and } but compare text from {$ to }.
Example:
ignore this > {This is a Delphi comment}
compare this> {$DEFINE DELPHI_COMPILER_DIRECTIVE}
I have "Text from { to }" set as Unimportant Text and "Text from {$ to }" as a string Literal but both lines are ignored in this case.
Any help appreciated :)
I seem to have trouble with defining a string literal to be included into comparison:
What I want to do is simple: ignore text between { and } but compare text from {$ to }.
Example:
ignore this > {This is a Delphi comment}
compare this> {$DEFINE DELPHI_COMPILER_DIRECTIVE}
I have "Text from { to }" set as Unimportant Text and "Text from {$ to }" as a string Literal but both lines are ignored in this case.
Any help appreciated :)