Re: NSConcreteValue
Re: NSConcreteValue
- Subject: Re: NSConcreteValue
- From: "Alastair J.Houghton" <email@hidden>
- Date: Thu, 2 Oct 2003 19:00:04 +0100
On Thursday, October 2, 2003, at 06:29 pm, Chris Garaffa wrote:
So, what's an NSConcreteValue? For the purpose of using it to get
information from an NSAppleScript's error dictionary, is it important
information to have?
I think it's an actual implementation of NSValue. Try doing
NSLog(@"%@", [myConcreteValue superclass]);
which will tell you one way or the other what it is.
You could also check [myConcreteValue isKindOfClass:[NSValue class]].
Kind regards,
Alastair.
_______________________________________________
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.