Hi,
is there a way to use the information of previous defines in a text file, e. g.
FIRST FILE:
Define ipDriveReady = IN0
...
if (ipDriveReady) then
...
SECOND FILE
...
if (IN0) then
...
Actually, both files are equal, but text comparison shows of course a difference.
Regards,
Max
is there a way to use the information of previous defines in a text file, e. g.
FIRST FILE:
Define ipDriveReady = IN0
...
if (ipDriveReady) then
...
SECOND FILE
...
if (IN0) then
...
Actually, both files are equal, but text comparison shows of course a difference.
Regards,
Max
Comment