From: anrxc <an...@hi...> - 2005-11-19 12:20:43
|
Brian Mahoney wrote: > In the "for" loop of file f the statement > base.desc.text = line > is SETTING base.desc.text to the latest value of line, > I think you want to be APPENDING the value of each line > > for line in f: # f is enough, no readlines() is necessary > base.desc.text += line # appending > > Thank you. -- Adrian C. (anrxc) | PGP:0xA8916BBD | xmpp:an...@ja... | ICQ:237982949 |