[issue9961] Identity Crisis! variable assignment using strftime fails comparison test.

2010-09-28 Thread Bill Hawkes
Bill Hawkes williamhawke...@yahoo.com added the comment: Yes, it is working now. Thanks for the timely response. In looking at the tutorial, the only strings used with boolean operators ( | | == | = | = | !=) were strings of the numeric variety. I saw no examples using words. I know

[issue9961] Identity Crisis! variable assignment using strftime fails comparison test.

2010-09-27 Thread Bill Hawkes
New submission from Bill Hawkes williamhawke...@yahoo.com: See below. When variable assignment is used with strftime for the day of the week, it fails comparison checks for the days of the week. Even when using the str() function it still fails. Manual entry of variable assignment is required