20 Jul
2006
20 Jul
'06
10:08 a.m.
blists@bdf-net.com wrote:
Roberto Benitez wrote:
file="%s" % context.textfile
Huh? Isn't that just a weird and probably inefficient way of writing "file=str(context.textfile)"?
Sso I was mistaken when I said \n were removed... I can indeed split by '\n' the result of str(context.textfile) Eric