NSInvocation and ints
NSInvocation and ints
- Subject: NSInvocation and ints
- From: Francisco Tolmasky <email@hidden>
- Date: Fri, 18 Apr 2003 18:46:21 -0700
I'm trying to use NSInvocation to send a message with a selector that
takes an int as an argument. How do I do this? I tried both of these
and they seemed to not work:
[invocation setArgument: 1 atIndex: 3];
and
int a= 1;
[invocation setArgument: &a atIndex: 3];
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
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.