S
SeeBelow
between this:
name = "C"
and this:
name = StringVar()
name.set("C")
I hope someone can explain that to me.
Thanks,
Mitchell Timin
--
"Many are stubborn in pursuit of the path they have chosen, few in
pursuit of the goal." - Friedrich Nietzsche
http://annevolve.sourceforge.net is what I'm into nowadays.
Humans may write to me at this address: zenguy at shaw dot ca
name = "C"
and this:
name = StringVar()
name.set("C")
I hope someone can explain that to me.
Thanks,
Mitchell Timin
--
"Many are stubborn in pursuit of the path they have chosen, few in
pursuit of the goal." - Friedrich Nietzsche
http://annevolve.sourceforge.net is what I'm into nowadays.
Humans may write to me at this address: zenguy at shaw dot ca