[plt-scheme] string->number

From: tom sgouros (tomfool at as220.org)
Date: Thu Mar 6 01:25:33 EST 2008

Hello all:

Another Rip-van-Winklish question as I work my way through my old code.
Did string->number change its definition sometime in the last few years?
I have old code that seems to depend on this:

  (string->number " 0000")  => 0

But what that gets is:

  (string->number " 0000")  => #f

it's possible that the other end changed here (the device that delivers
the " 0000"), so I'm curious to know if there was a change on the scheme
side.  Any ideas?

Many thanks,

 -tom

-- 
 ------------------------
 tomfool at as220 dot org
 http://sgouros.com  
 http://whatcheer.net


Posted on the users mailing list.