At Tue, 11 Apr 2006 12:09:30 +0200,
felix winkelmann wrote:
> 
> On 4/11/06, Daishi Kato <[EMAIL PROTECTED]> 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

_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to