Anothjer silly String question

Cees De Groot cdegroot at gmail.com
Tue Nov 15 14:00:38 UTC 2005


On 11/15/05, Bob.Cowdery at cgi-europe.com <Bob.Cowdery at cgi-europe.com> wrote:
> e.g. I have a string '3.669' and I want to remove the '.'
>
Open a method finder, type:

'3.669'. $.. '3669'

and press accept (alt-s). The method finder will show you all methods
on '3.669' that have one argument, and if that argument is $. return
'3669.' In this case, #copyWithoutAll:



More information about the Squeak-dev mailing list