Jan. 8, 2013
12:50 p.m.
Sorry, magical hotkey pressed by mistake. On Tue, Jan 8, 2013 at 9:47 AM, J. P. L. MartÃn <arguser@gmail.com> wrote:
I point the list to an class instance "database" wich is anOrderedCollection of Prestamo, you can see the code here: https://github.com/arguser/Paradigmas-Final/blob/master/Paradigmas-Final.st
If I leave wrap: item like this: ^ item asOrderedCollection collect [:e | e asString] I get an OrderedCollection of OrderedCollection and items display like:
a Prestamo fechaPrevistaDevolucion: value fechaPrestamo: value... etc. And I would like only the values to show.