[Tutor] More confusion on conversion

Vicki Stanfield vicki at thepenguin.org
Fri Oct 31 09:55:55 EST 2003


> At 09:29 10/31/2003 -0500, Vicki Stanfield wrote:
>>I'm about ready to go batty (wasn't intended as a Halloween pun, but I'll
>>take it). I am so close with the following code:
>>
>>hexlength = '02X' % length
>
> This should be:
>
> hexlength = '%02X' % length
>
> This should give you what you want...
>
> HTH,
> Roger "Merch" Merchberger

This appears to work. Thanks so much.

--vicki



More information about the Tutor mailing list