Problem with OrderedCollection

Miguel Enrique Cobá Martínez m.coba.m at gmail.com
Wed Feb 6 00:29:16 UTC 2008


tim Rowledge wrote:
> 
> On 5-Feb-08, at 4:19 PM, Miguel Enrique Cobá Martínez wrote:
>>
>>
>> "But printing or inspecting this gives a ByteArray"
>> t := OrderedCollection new
>>     add: ('text', 1 printString).
>> t class.
> #add: returns the thing you added, not the thing you added to. So in 
> this case, the string.
> 

Oh, thanks, so I must send yourself as the last message.

> tim
> -- 
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> Eagles may soar, but weasels aren't sucked into jet engines.
> 
> 
> 
> 




More information about the Squeak-dev mailing list