chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Re: https


From: felix winkelmann
Subject: Re: [Chicken-users] Re: https
Date: Tue, 11 Apr 2006 12:09:30 +0200

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.


cheers,
felix




reply via email to

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