if (([suppressLongFields state ] == NSOnState ) && (strlen(value) >
LONG_FIELD))
return [NSString stringWithFormat:@"<LoNg FiElD:%d>",strlen(value)]
;
return [NSString stringWithUTF8String:value];
}
*************
Am I missing something obvious?
Jerry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden