How can I do that? What's the format specifier?
For example, I have:
long long veryLong = // assume value here
NSLog(@"%f", veryLong); // of course wrong...
The String Format Specifiers section of the String Programming Guide for Cocoa is a great bookmark for your browser ... ;-)