Changing values of an array of objects.
Changing values of an array of objects.
- Subject: Changing values of an array of objects.
- From: Ricardo Strausz <email@hidden>
- Date: Fri, 18 Jul 2003 16:17:05 -0500
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
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.