Re: Printer list value problem

2014-01-14 Thread Mark Lawrence
On 14/01/2014 19:54, Mike wrote: El martes, 14 de enero de 2014 16:32:49 UTC-3, MRAB escribió: On 2014-01-14 19:24, Mike wrote: Hello, I confudsed,need printer the value of list (this is reaer from csv) . The reader is ok, but my problem is in the print moment because printer only the la

Re: Printer list value problem

2014-01-14 Thread Mike
El martes, 14 de enero de 2014 16:32:49 UTC-3, MRAB escribió: > On 2014-01-14 19:24, Mike wrote: > > > Hello, > > > I confudsed,need printer the value of list (this is reaer from csv) . The > > reader is ok, but my problem is in the print moment because printer only > > the last value. For exa

Re: Printer list value problem

2014-01-14 Thread Tim Chase
On 2014-01-14 11:24, Mike wrote: > Hello, > I confudsed,need printer the value of list (this is reaer from > csv) . The reader is ok, but my problem is in the print moment > because printer only the last value. For example my csv is: > > [] > us...@example.com;user1;lastName;Name > us...@e

Re: Printer list value problem

2014-01-14 Thread MRAB
On 2014-01-14 19:24, Mike wrote: Hello, I confudsed,need printer the value of list (this is reaer from csv) . The reader is ok, but my problem is in the print moment because printer only the last value. For example my csv is: [] us...@example.com;user1;lastName;Name us...@example.com;u

Printer list value problem

2014-01-14 Thread Mike
Hello, I confudsed,need printer the value of list (this is reaer from csv) . The reader is ok, but my problem is in the print moment because printer only the last value. For example my csv is: [] us...@example.com;user1;lastName;Name us...@example.com;user2;lastName;Name [] But