Can anyone explain #asInteger for Strings?

Previous Topic Next Topic
 
6 messages Options
Can anyone explain #asInteger for Strings? – I've come across an implementation of #asInteger and #asSignedInteger in Pharo 3.0 that leaves me scratching my head. Can anyone explain why it...
Ugly. And old, really old. I remember at one point in time there was a "squeezeNumberOutOfString" or something like that. Now, I'd l...
Yes it is legacy, yes changing it will break things. Now, this is not such an easy topic. I agree that the example given goes way too far (as a...
I guess Number class readFrom: stringOrStream is more up to date. Phil On Fri, Jan 13, 2017 at 11:02 AM, Sven Van Caekenberghe <sven@...&...
> On 13 Jan 2017, at 13:15, phil@... wrote: > > I guess Number class readFrom: stringOrStream is more up to date. But it still al...
On Fri, Jan 13, 2017 at 1:24 PM, Sven Van Caekenberghe <sven@...> wrote: > > > On 13 Jan 2017, at 13:15, phil@... wrote: > ...