Andres Valloud wrote: > Or this?... > > 'abc' collect: [:x | x codePoint] into: Array But this cannot be implemented except as a call to Array collect: ... from: ... (or whatever the selector), because it's the new collection's class that knows how to create the new collection. Paolo