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
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