How can I set a value for NSNumber?
How can I set a value for NSNumber?
- Subject: How can I set a value for NSNumber?
- From: Roberto <email@hidden>
- Date: Fri, 12 Dec 2003 14:11:26 +0100
How can I set a value for an NSNumber?
example:
// Create the variable
NSNumber * comicsArrayId;
// alloc the variable
comicsArrayId = [[NSNumber alloc] initWithInt:0];
AND THEN?
If I would like to set the variable to int 10??
_______________________________________________
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.