Hey there,
        i am using a script to change a byte into an integer
like this:
        a = the byte
        value = ord(a)

but i cant find the operation that can change it back to a byte.
i am sure its easy, but i am missing how to do it.

thanks for any tips

sk

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to