<HTML>
<FONT style="FONT-FAMILY: tahoma; FONT-SIZE: 10pt">
<DIV>Dear Lady/Gentleman: I am writing a macro in tex but it is not 
working. This is what I want to do:</DIV>
<DIV> </DIV>
<DIV>I have  a tex file A.tex. In another file, B.tex, I want to read 
A.tex line by line. First problem is when I read the file to, say \a (a 
token variable), it does not read some of tex characters such as %. I want 
to read everything on the line including all the characters. Now suppose I 
am reading the first line to \a and the second line to \b. I would like 
to compare \a and \b and get a true value if they are equal. I am using the 
following macro unsuccesfully.</DIV>
<DIV> </DIV>
<DIV>\newif\ifthesame</DIV>
<DIV>
\def\isthesame#1#2{\def\one{#1}\def\two{#2}\ifx\one\two\thesametrue\else\thesamefalse}</DIV>

<DIV> </DIV>
<DIV>I always get false for \isthesame{\a}{\b}, even when the two have the 
same values!</DIV>
<DIV>I appreciate your help. </DIV></FONT>
</HTML>