I am reading a table and I get the following tuple:

to get the following I do a:

record[1:2]
record[2:3]
record[3:4]

<type 'tuple'>
(u'pop.myserver.net',)
(u'[email protected]',)
(u'secretpassword',)

How do I turn those into the strings:

"pop.myserver.net"
"[email protected]"
"secretpassword"

Jeff
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to