Printing a text file using Python

2008-08-11 Thread Robin Lee
Serge: in your code i believe that you did one read of your whole input file, and then you emitted that to the dc with textout. textout's use is actually (x,y,string). hence one line got printed (actually the whole file got printed but truncated) you will have to detect all the end of lines

Printing a text file using Python

2008-06-01 Thread Robin Lee
Serge: in your code i believe that you did one read of your whole input file, and then you emitted that to the dc with textout. textout's use is actually (x,y,string). hence one line got printed (actually the whole file got printed but truncated) you will have to detect all the end of lines