Hi all, I am trying to convert a list to string. example [80, 89,84,72,79,78,0] is my input. I could make it to just [0x50,0x59,0x54,0x48,0x4F,0x4E,0x00]. but I wanted it to be like "PYTHON". I couldnt even convert 0x50 to 'P'. Is there any library api available to do this? it will be really helpful to me. dont bang me if its already being asked. I just 'dived' into python yesterday.
cheers Aj. -- http://mail.python.org/mailman/listinfo/python-list