Re: "Tricks" of the "Trade"
Re: "Tricks" of the "Trade"
- Subject: Re: "Tricks" of the "Trade"
- From: Scott Anguish <email@hidden>
- Date: Thu, 7 Jun 2001 04:29:40 -0400
On Thursday, June 7, 2001, at 02:55 AM, Max J Cantor wrote:
YES, i do agree with you, NSLog() is a wonderful tool. But, I have a
question, if you want to NSLog() to print the value of an int, is
there a
better way than NSLog([[NSNumber numberWithInt:i] stringValue])?
NSLog(@"%d",i);