On 2006-05-09, James <[EMAIL PROTECTED]> wrote:
> How to recast an integer to a string?

> something like
> n = 5
> str = str + char(n)

str = str + chr(5)

-- 
Grant Edwards                   grante             Yow!  I want EARS! I
                                  at               want two ROUND BLACK
                               visi.com            EARS to make me feel warm
                                                   'n secure!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to