Re: CamelBones question
Re: CamelBones question
- Subject: Re: CamelBones question
- From: Sherm Pendley <email@hidden>
- Date: Wed, 12 May 2004 13:01:06 -0400
On May 12, 2004, at 12:35 PM, Pierre Vaudrey wrote:
>
NSString * identifier = [tableColumn identifier];
>
if ([identifier isEqualToString:@"name"]) { // your work-around
>
needed here also
No need to call a method at all for a simple string comparison...
my $identifier = $tableColumn->identifier();
if ($identifier eq 'name') {
:-)
sherm--
_______________________________________________
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.