That worked just dandy. Thanks.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Kent Johnson
Sent: Thursday, June 22, 2006 1:03 PM
Cc: tutor@python.org
Subject: Re: [Tutor] Escape sequences
David Heiser wrote:
> I have code that assigns esc
David Heiser wrote:
> I have code that assigns escape sequences to variables like
> "self.resetString = '\03'". As long as they are hard coded in,
> everything works fine.
>
> But I want to read the variable from a text/config file so my users can
> override the defaults. In the file are a list of
I have code that assigns escape sequences to variables like
"self.resetString = '\03'". As long as they are hard coded in,
everything works fine.
But I want to read the variable from a text/config file so my users can
override the defaults. In the file are a list of "parameter = value"
pairs like