Changing values of an array of objects.
Ricardo Strausz <[email protected]> Fri, 18 Jul 2003 16:17:05 -0500
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
Hola!
If I have an array of objects (say, nsa = displayGroup.allObjects())
and I want to change homogeneously a value in all of them (say,
eo.takeValueForKey(value,key)),
can I use nsa.makeObjectsPerformSelector(takeValueForKey,{value,key})
insteed of a for() loop??
If some one have experience in this, I will appreciate any comment.
Dino
http://homepage.mac.com/strausz