j
k
j a
j l
I just found out that it is impossible to use File.read(20000) twice even in separate scripts, because Zope remembers the file position.
You can use File.seek(0) to get back to the start again. tim
Back to the thread
Back to the list