Getting hex value of a character
Dennis Reinhardt
DennisR at dair.com
Thu Dec 12 12:39:32 EST 2002
More information about the Python-list mailing list
Thu Dec 12 12:39:32 EST 2002
- Previous message (by thread): Getting hex value of a character
- Next message (by thread): Getting hex value of a character
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> map (lambda ch: '%02x' % ord (ch), stringvar), ord ?!! I knew I was missing something. Thanks. I like the looks of the rest of your solution and will study it. -- Dennis Reinhardt http://www.dair.com
- Previous message (by thread): Getting hex value of a character
- Next message (by thread): Getting hex value of a character
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list