3) The only doco I can find for type encodings in ObjC is the "Runtime System > Type Encodings" page. Is there any other doco I should be reading?
You can use the @encode() helper. This is also useful when using NS(U)Integer as it will encode the correct type for 32/64 bit depending on the compile without you having to worry about changing the strings yourself.
Keith _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]