How to add type "int" to string ?

shuibo shuibo at email.com.cn
Sun Jul 15 09:12:23 EDT 2001


Hello all :
in my program I want to give a char variable a Hex value , for example :
a = "Hello World"
a = a + 0x00
but it display "cannot add type int to string"
what can I do ?
thanks very very much !



More information about the Python-list mailing list