Re: real noob question
Re: real noob question
- Subject: Re: real noob question
- From: Richard Dammkoehler <email@hidden>
- Date: Sat, 17 Jan 2009 22:41:12 -0600
Try this;
On Jan 17, 2009, at 7:18 PM, Darren Stuart wrote:
Hi there, sorry for the real noobish question but I can't figure
this out or find an answer.
I have a variable called myMoney and its a NSDecimalNumber and I
want to set init it with the value of 23.30.
NSDecimalNumber *myMoney = [[NSDecimalNumber alloc] init];
NSDecimalNumber *num = [[NSDecimalNumber alloc] initWithString:"23.30"];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden