chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Re: https


From: Daishi Kato
Subject: Re: [Chicken-users] Re: https
Date: Tue, 11 Apr 2006 21:23:29 +0900
User-agent: Wanderlust/2.15.2 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

At Tue, 11 Apr 2006 12:09:30 +0200,
felix winkelmann wrote:
> 
> On 4/11/06, Daishi Kato <address@hidden> wrote:
> >
> > One thing I can't figure out is
> > how to parse a hex number in a string.
> > For example, I want to get a number
> >  58
> > from a string
> >  "3a"
> >
> > It's like the opposite of (format "~X" ...).
> > Such procedure in Chicken?
> 
> (string->number "3a" 16) ? It isn't exactly scanf, but its a start.

OK, this is what I need.
The patch is attached.

Daishi

Attachment: http_egg.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]