Re: why do this not work??
Re: why do this not work??
- Subject: Re: why do this not work??
- From: Sascha Kuehn <email@hidden>
- Date: Thu, 18 Dec 2003 10:26:20 +0100
can you get me the name of that method?
i need to test if the every first item of a list of lists like
{{"aaa","eee"},{"bbb","fff"},{"ccc","ggg"},{"ddd","hhh"}}
contains a string.
sascha
On 18. Dez 2003, at 0:12 Uhr, lbland wrote:
Well, for one thing it will be slow as molasses because you don't take
invariants out of your loop. And there is a special method for
comparing strings which is faster.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.