David Heiser wrote:
>
> I have code that uses variables to hold escaped characters like "\n" or
> "\03". As long as the assignment is done within the code, like
> self.crChar = "\n", there is no problem. But When I try to read the
> same character string from a text file and assign it, the str
> I have code that uses variables to hold escaped characters like "\n" or
> "\03". As long as the assignment is done within the code, like self.crChar =
> "\n", there is no problem. But When I try to read the same character string
> from a text file and assign it, the string is seen as just a strin
David Heiser wrote:
>
> I have code that uses variables to hold escaped characters like "\n"
> or "\03". As long as the assignment is done within the code, like
> self.crChar = "\n", there is no problem. But When I try to read the
> same character string from a text file and assign it, the str
Title: Message
I have
code that uses variables to hold escaped characters like "\n" or "\03". As long
as the assignment is done within the code, like self.crChar = "\n", there is no
problem. But When I try to read the same character string from a text file
and assign it, the string is seen