Aug. 24, 2010
1:37 p.m.
On 24 Aug 2010, at 15:19, Stéphane Ducasse wrote:
I thought that readFromString: was raising an error and that guessNumber* was returning zero
I thought that too. I even have application code that shows that this used to return nil in some version of Pharo... But: 'foo' asInteger = nil Integer readFromString: 'foo' = 0 'foo' asNumber -> Error aargh :-( disclaimer: currently testing this in pharo1.1 Johan