> elif el == 'Long': > _formats[i]='el[i].read(20)' combined with > for col in _columndata: > data_vars[col]= eval(_formats[i]) > req.write(col + ' : ' + str(eval(_formats[i])) + '\n' )
means that el[i].read(20) gets called twice because of the two evals. So you see characters 21 to 40. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]